mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Add issue template for feature requests
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
20
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
name: Feature Request
|
||||||
|
description: Request a new feature or enhancement.
|
||||||
|
title: "[Feature] "
|
||||||
|
labels: ["feature"]
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: prerequisites
|
||||||
|
attributes:
|
||||||
|
label: Pre-requisites
|
||||||
|
description: By submitting this issue, you agree to have done the following.
|
||||||
|
options:
|
||||||
|
- label: I have looked for any other duplicate issues
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: observed
|
||||||
|
attributes:
|
||||||
|
label: Wanted behavior
|
||||||
|
description: What do you want to be added? Describe the behavior clearly.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Reference in New Issue
Block a user