Skip to content

Commit 7aa7c30

Browse files
committed
add: other template
1 parent 63c26e9 commit 7aa7c30

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/other.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ❗ Other
2+
description: Use this for any other issues. Please **DO NOT** create any blank issue.
3+
title: '[OTHER] <description>'
4+
labels: ['other']
5+
body:
6+
- type: textarea
7+
id: issuedescription
8+
attributes:
9+
label: What would you like to share?
10+
description: Provide a clear and concise explanation of your issue.
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)