From fc845017ee5a55a3d7d7ae456d30f82069e41cec Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Thu, 3 Oct 2024 13:15:56 +0100 Subject: [PATCH] fix: remove duplicated bug_report template --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 63045ef..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Bug Report -about: Something not working? Let us know! -title: '' -labels: 'Status: Triage, Type: Bug' -assignees: '' - ---- - -### **Description of Bug** -Provide a concise description of your bug and your project link (if applicable). - - -### **Steps to Reproduce** - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - - -### **Expected Behavior** -A clear and concise description of what you expected to happen. - - -### **Screenshots/Screencast** -If applicable, add screenshots to help explain your problem. - - -**Additional Context/Questions** -Add any other context or questions regarding this bug.