From 9e5ff5bb1b2d1720c97a3a282a8ffd2f726e7cd2 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 7 Sep 2025 04:36:00 +0300 Subject: [PATCH] chore: Add issue template for other issues --- .github/ISSUE_TEMPLATE/03-other.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/03-other.yml diff --git a/.github/ISSUE_TEMPLATE/03-other.yml b/.github/ISSUE_TEMPLATE/03-other.yml new file mode 100644 index 0000000..697c1f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-other.yml @@ -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 \ No newline at end of file