chore: Add issue template for other issues

This commit is contained in:
Karim shoair
2025-09-07 04:36:00 +03:00
parent 72e26c23e8
commit 9e5ff5bb1b
+19
View File
@@ -0,0 +1,19 @@
name: Other
description: Use this for any other issues. PLEASE provide as much information as possible.
labels: ["awaiting triage"]
body:
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false