From 119e00e16dd838205c5d626c012e77fbe50d5736 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 9 Jul 2025 19:30:06 +0300 Subject: [PATCH] chore: Delete the "others" issue template --- .github/ISSUE_TEMPLATE/03-other.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/03-other.yml diff --git a/.github/ISSUE_TEMPLATE/03-other.yml b/.github/ISSUE_TEMPLATE/03-other.yml deleted file mode 100644 index 6549352..0000000 --- a/.github/ISSUE_TEMPLATE/03-other.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Other -description: Use this for any other issues. PLEASE do not create blank issues -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