diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a331003..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: Bug Report -labels: '' -assignees: '' - ---- - -**What happened?** -A clear and concise description of what the bug is. - -**What should happen instead?** -A clear and concise description of what you expected to happen. - -**How to reproduce:** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. ... - -**Screenshots** -(If applicable, add screenshots here) - -**Build context:** - - My distro is: (enter your distro) - - Build type: AppCenter / Flatpak / Manual from source (highlight or enter where got the app) - - Version: (enter the version you're using) - -**Terminal output** -(Terminal logs can be extremely helpful. Launch the app from terminal with 'com.github.bleakgrey.tootle' and paste the output here if you can.) - -**Additional context** -Add any other context about the problem here.