We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a8ec5 commit 76d56d3Copy full SHA for 76d56d3
.github/ISSUE_TEMPLATE/enhancement.yml
@@ -0,0 +1,28 @@
1
+name: Enhancement / Idea
2
+description: Suggest improvements or new features
3
+title: "[Enhancement]: "
4
+labels: ["enhancement"]
5
+body:
6
+ - type: textarea
7
+ id: idea
8
+ attributes:
9
+ label: Idea description
10
+ description: What would you like to improve or add?
11
+ validations:
12
+ required: true
13
+
14
15
+ id: value
16
17
+ label: Why is this useful?
18
+ description: Who benefits and how?
19
20
21
22
23
+ id: scope
24
25
+ label: Scope
26
+ description: Small change or major feature?
27
28
+ required: false
0 commit comments