Karim shoair commited on
Commit ·
ca78195
1
Parent(s): bad77c2
chore: Add issue template for other issues
Browse files
.github/ISSUE_TEMPLATE/03-other.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: Other
|
| 2 |
+
description: Use this for any other issues. PLEASE provide as much information as possible.
|
| 3 |
+
labels: ["awaiting triage"]
|
| 4 |
+
body:
|
| 5 |
+
- type: textarea
|
| 6 |
+
id: issuedescription
|
| 7 |
+
attributes:
|
| 8 |
+
label: What would you like to share?
|
| 9 |
+
description: Provide a clear and concise explanation of your issue.
|
| 10 |
+
validations:
|
| 11 |
+
required: true
|
| 12 |
+
|
| 13 |
+
- type: textarea
|
| 14 |
+
id: extrainfo
|
| 15 |
+
attributes:
|
| 16 |
+
label: Additional information
|
| 17 |
+
description: Is there anything else we should know about this issue?
|
| 18 |
+
validations:
|
| 19 |
+
required: false
|