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 7337c62 commit 68147b8Copy full SHA for 68147b8
.github/ISSUE_TEMPLATE/others.yml
@@ -0,0 +1,27 @@
1
+name: Other
2
+description: Use this for any other issues.
3
+title: "[Other]: <title>"
4
+
5
+body:
6
+ - type: markdown
7
+ id: greet
8
+ attributes:
9
+ value: |
10
+ Thanks for stopping by to let us know something could be better!
11
+ <br>
12
13
+ - type: textarea
14
+ id: issue_description
15
16
+ label: What would you like to share?
17
+ description: Provide a clear and concise explanation of your issue.
18
+ validations:
19
+ required: true
20
21
22
+ id: extrainfo
23
24
+ label: Additional information
25
+ description: Is there anything else we should know about this issue?
26
27
+ required: false
0 commit comments