From c13bc5ab53804b1d419659eb79e77aecd5f00681 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 22 Sep 2019 14:02:33 +0200 Subject: [PATCH] Remove unnecessary issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 27 --------------------------- 1 file changed, 27 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 d7bd11e964..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG] Enter a brief description here" -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. -2. -3. -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Environment, Evennia version, OS** -If unsure, run `evennia -v` or get the first few lines of the `about` command in-game. - -**Additional context** -Any other context about the problem, or ideas on how to solve.