mirror of https://github.com/fairyglade/ly.git
Update feature request template
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
b5b3317dd8
commit
8562cf4e29
|
@ -1,4 +1,4 @@
|
|||
name: Bug Report
|
||||
name: Bug report
|
||||
description: File a bug report.
|
||||
title: "[Bug] "
|
||||
labels: ["bug"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Feature Request
|
||||
name: Feature request
|
||||
description: Request a new feature or enhancement.
|
||||
title: "[Feature] "
|
||||
labels: ["feature"]
|
||||
|
@ -11,8 +11,10 @@ body:
|
|||
options:
|
||||
- label: I have looked for any other duplicate issues
|
||||
required: true
|
||||
- label: I have confirmed the requested feature doesn't exist in the latest version in development
|
||||
required: true
|
||||
- type: textarea
|
||||
id: observed
|
||||
id: wanted
|
||||
attributes:
|
||||
label: Wanted behavior
|
||||
description: What do you want to be added? Describe the behavior clearly.
|
||||
|
|
Loading…
Reference in New Issue