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 01c56e0 commit addf399Copy full SHA for addf399
.github/ISSUE-TEMPLATE/other.yml
@@ -0,0 +1,23 @@
1
+name: Other
2
+description: Use this for any other issues. PLEASE do not create blank issues
3
+title: "[OTHER] <description>"
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
23
0 commit comments