From 141e6de88f71be96cd538c8aea636ad6db207ae2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:56:21 -0700 Subject: [PATCH] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 48 ---------------------------- 1 file changed, 48 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 f542d48bf..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -name: Bug report -about: Something is not working -title: "[BUG] Concise description of the issue" -labels: '' -assignees: '' - ---- - - - -**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. - -**Webserver logs** -``` -If available, post any logs from the web server related to your issue. -``` - -**Relevant information** - - Host OS of the machine running paperless: [e.g. Archlinux / Ubuntu 20.04] - - Browser [e.g. chrome, safari] - - Version [e.g. 1.0.0] - - Installation method: [docker / bare metal] - - Any configuration changes you made in `docker-compose.yml`, `docker-compose.env` or `paperless.conf`.