Skip to content

Commit c7312e2

Browse files
authored
Create feature_request.yml
1 parent 7b8ccea commit c7312e2

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Feature request
2+
description: Suggest a feature addition for the project.
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Description
8+
description: Is your feature request related to a problem? Please describe.
9+
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: solution
14+
attributes:
15+
label: Solution
16+
description: Describe the solution you'd like.
17+
placeholder: A clear and concise description of what you want to happen.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: alternatives
22+
attributes:
23+
label: Alternatives
24+
description: Describe alternatives you've considered.
25+
placeholder: A clear and concise description of any alternative solutions or features you've considered.
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: additional
30+
attributes:
31+
label: Additional context
32+
description: Add any other context about the feature request here.
33+
validations:
34+
required: false

0 commit comments

Comments
 (0)