Skip to content

Commit 63c26e9

Browse files
committed
add: feature template
1 parent 0fea354 commit 63c26e9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/feature.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature for this project? Please suggest! I will gladly welcome everyone.
3+
title: '[FEATURE] <description>'
4+
labels: ['feature']
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Description of the enhancement you propose, also include what you tried and what worked.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Screenshots if applicable for this issue
18+
validations:
19+
required: false

0 commit comments

Comments
 (0)