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.
|
description: File a bug report.
|
||||||
title: "[Bug] "
|
title: "[Bug] "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: Feature Request
|
name: Feature request
|
||||||
description: Request a new feature or enhancement.
|
description: Request a new feature or enhancement.
|
||||||
title: "[Feature] "
|
title: "[Feature] "
|
||||||
labels: ["feature"]
|
labels: ["feature"]
|
||||||
|
@ -11,8 +11,10 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: I have looked for any other duplicate issues
|
- label: I have looked for any other duplicate issues
|
||||||
required: true
|
required: true
|
||||||
|
- label: I have confirmed the requested feature doesn't exist in the latest version in development
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: observed
|
id: wanted
|
||||||
attributes:
|
attributes:
|
||||||
label: Wanted behavior
|
label: Wanted behavior
|
||||||
description: What do you want to be added? Describe the behavior clearly.
|
description: What do you want to be added? Describe the behavior clearly.
|
||||||
|
|
Loading…
Reference in New Issue