Skip to content

Commit d00c00a

Browse files
authored
chore(other.yml): add other ways to create issues
1 parent 6990975 commit d00c00a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
title: '[OTHER]'
4+
labels: ['🚦 status: awaiting triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: '# Other issue'
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
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+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false
23+
- type: markdown
24+
attributes:
25+
value: |
26+
You can also join our Discord community [here](https://discord.gg/KUWjx4fygJ)

0 commit comments

Comments
 (0)