Skip to content

Commit 2fa0594

Browse files
seismanweiji14
andauthored
Convert feature request issue template into yaml configured form (#2214)
Co-authored-by: Wei Ji <[email protected]>
1 parent 10973aa commit 2fa0594

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Feature request - General feature
2+
description: Request the addition of a new feature/functionality
3+
labels: ["feature request"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: "Description of the desired feature"
8+
description: |
9+
Please be as detailed as you can in your description.
10+
If possible, include an example of how you would like to use this feature (even better if it's a code example).
11+
- type: dropdown
12+
id: help
13+
attributes:
14+
label: Are you willing to help implement and maintain this feature?
15+
description: |
16+
Every feature we add is code that we will have to maintain and keep updated. This takes a lot of effort.
17+
If you are willing to be involved in the project and help maintain your feature, it will make it easier for us to accept it.
18+
options:
19+
- "No"
20+
- "Yes"
21+
- "Maybe"
22+
validations:
23+
required: true

0 commit comments

Comments
 (0)