We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fea354 commit 63c26e9Copy full SHA for 63c26e9
.github/ISSUE_TEMPLATE/feature.yaml
@@ -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
14
+ id: screenshots
15
16
+ label: Screenshots
17
+ description: Screenshots if applicable for this issue
18
19
+ required: false
0 commit comments