From 3b808d575787f438645bde24322bf34377e213c0 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 21 Nov 2024 21:42:08 +0100 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ---------------------------- 1 file changed, 33 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 9d48f374..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Report something that is not working -title: '' -labels: '' -assignees: '' - ---- - -**Thunderbird version and OS** -Report the Thunderbird version and Operating System you're using. - -**ThunderStats version** -Report the add-on version you're using. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -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** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here.