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 0761055 commit 1094f48Copy full SHA for 1094f48
.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,22 @@
1
+name: Feature Request
2
+description: Request a new feature be supported by this project
3
+title: "feat: <title>"
4
+
5
+labels: []
6
7
+assignees:
8
+ - edgarrmondragon
9
10
+body:
11
+ - type: markdown
12
+ attributes:
13
+ value: |
14
+ Thanks for taking the time to fill out feature request!
15
+ - type: textarea
16
+ id: what
17
18
+ label: Description
19
+ description: Describe the feature
20
+ placeholder: Tell us about the new feature in detail, how it would benefit you or other users
21
+ validations:
22
+ required: true
0 commit comments