Skip to content

Commit b90fa5f

Browse files
authored
Create custom.yml
1 parent 3c3c595 commit b90fa5f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/custom.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues.
3+
title: '[Custom]'
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

0 commit comments

Comments
 (0)