From 23b14c53189521caea9884cbd872c98921eb7fd8 Mon Sep 17 00:00:00 2001 From: Ben <32749673+ketnipz@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:56:42 +0100 Subject: [PATCH] Update issue templates New bug report template for issues. --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d24e6c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Client Type:** +(vanilla or/and legacy) + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Install Method** +Wand/Manual setup/Other (please specify) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If this is a bug that happens in-game, post a screenshot with dev-tools open in your browser (F12 to open). + +**Server Info:** + - OS: [e.g. Windows/Linux/macOS] + +**Additional context** +Add any other context about the problem here.