mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Update feature request template
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -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"]
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/feature.yml
vendored
6
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user