Skip to content

Commit 44faaf8

Browse files
committed
Added feature.yml feature template (v0.8.1)
1 parent 20f523d commit 44faaf8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: ✨ Feature request
2+
description: Create a feature request
3+
labels:
4+
- 'Feature :sparkles:'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
⚠️ If you do not use this template, we will simply close your issue. ⚠️
11+
- type: textarea
12+
attributes:
13+
label: Is your feature request related to a problem?
14+
description: A clear and concise description of what the problem is.
15+
placeholder: Ex. I'm always frustrated when ...
16+
- type: textarea
17+
attributes:
18+
label: Possible Solution
19+
description: Describe the solution you'd like.
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Alternatives
25+
description: A clear and concise description of any alternative solutions or features you've considered.
26+
- type: textarea
27+
attributes:
28+
label: Additional Context
29+
description: If applicable, add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)