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 3c3c595 commit b90fa5fCopy full SHA for b90fa5f
1 file changed
.github/ISSUE_TEMPLATE/custom.yml
@@ -0,0 +1,22 @@
1
+name: Other
2
+description: Use this for any other issues. Please do NOT create blank issues.
3
+title: '[Custom]'
4
+labels: ['🚦 status: awaiting triage']
5
+body:
6
+ - type: markdown
7
+ attributes:
8
+ value: '# Other issue'
9
+ - type: textarea
10
+ id: issuedescription
11
12
+ label: What would you like to share?
13
+ description: Provide a clear and concise explanation of your issue.
14
+ validations:
15
+ required: true
16
17
+ id: extrainfo
18
19
+ label: Additional information
20
+ description: Is there anything else we should know about this issue?
21
22
+ required: false
0 commit comments