We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0210d70 commit 7c88a0fCopy full SHA for 7c88a0f
1 file changed
.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,26 @@
1
+name: Feature Request
2
+description: Suggest a new feature or enhancement
3
+title: "[Feature]: "
4
+labels: [enhancement]
5
+body:
6
+ - type: textarea
7
+ id: problem
8
+ attributes:
9
+ label: Problem
10
+ description: What problem are you trying to solve?
11
+ validations:
12
+ required: true
13
14
+ id: proposal
15
16
+ label: Proposed Solution
17
18
19
20
+ id: alternatives
21
22
+ label: Alternatives Considered
23
24
+ id: context
25
26
+ label: Additional Context
0 commit comments