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.