Skip to content

Commit 68147b8

Browse files
chore: add others issue template
1 parent 7337c62 commit 68147b8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/others.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
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+
- type: textarea
22+
id: extrainfo
23+
attributes:
24+
label: Additional information
25+
description: Is there anything else we should know about this issue?
26+
validations:
27+
required: false

0 commit comments

Comments
 (0)