We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f544fd5 commit b94586aCopy full SHA for b94586a
1 file changed
.github/ISSUE_TEMPLATE/featurerequest.yml
@@ -0,0 +1,19 @@
1
+name: Enhancement
2
+description: "Create a feature request"
3
+title: "[Enhancement]: "
4
+labels: ["enhancement", "triage"]
5
+assignees:
6
+ - Chris-RH
7
+body:
8
+ - type: markdown
9
+ attributes:
10
+ value: |
11
+ Thanks for taking the time to fill out this feature request!
12
+ - type: textarea
13
+ id: request
14
15
+ label: Description
16
+ description: Please describe your feature request here.
17
+ placeholder:
18
+ validations:
19
+ required: true
0 commit comments