From d92802fe18910a5ff0ad62633521f5653498605e Mon Sep 17 00:00:00 2001 From: Bleak Grey Date: Sat, 7 Sep 2019 23:05:00 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ---------------------------- 1 file changed, 34 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 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.