We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9701e45 commit 47b3c72Copy full SHA for 47b3c72
.github/ISSUE_TEMPLATE/other.yml
@@ -0,0 +1,19 @@
1
+name: Other
2
+description: Use this for any other issues. PLEASE do not create blank issues
3
+labels: ["awaiting triage"]
4
+body:
5
+ - type: textarea
6
+ id: issuedescription
7
+ attributes:
8
+ label: What would you like to share?
9
+ description: Provide a clear and concise explanation of your issue.
10
+ validations:
11
+ required: true
12
+
13
14
+ id: extrainfo
15
16
+ label: Additional information
17
+ description: Is there anything else we should know about this issue?
18
19
+ required: false
0 commit comments