We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2135b76 commit 1ff5912Copy full SHA for 1ff5912
.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,24 @@
1
+name: "Feature Request"
2
+description: "Request a new feature or enhancement."
3
+title: "Describe the feature"
4
+labels: ["enhancement"]
5
+body:
6
+ - type: textarea
7
+ id: enhancement_description
8
+ attributes:
9
+ label: "Describe the feature or enhancement"
10
+ placeholder: "Provide a clear description of the requested feature."
11
+ validations:
12
+ required: true
13
14
+ id: use_case
15
16
+ label: "What is the use case?"
17
+ placeholder: "Explain the problem this feature will solve."
18
19
20
21
+ id: alternatives
22
23
+ label: "Alternatives considered"
24
+ placeholder: "List any alternative solutions you’ve considered."
0 commit comments