From c6f67b5a6fa47771aa707b6482607e5a55c4c02e Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Sun, 7 Jul 2019 11:27:39 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 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..52c00d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +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. +**Device Information (please complete the following information):** + + - Device Type: [e.g. Desktop, Smartphone] + - Host OS: [e.g. Linux 4.4, Mac OS X 10.12, Windows 7] + - Host Processor: [e.g. Intel Core 2 Duo, AMD Phenom II] + - Host RAM: [e.g. 4 GB] + - Guest OS: [e.g. Mac OS 8.6] + - Guest Processor: [e.g. PowerPC G3 (750 v.1)] + - Guest ROM: [e.g. Power Mac G3 Beige] + - Guest RAM: [e.g. 64 MB] + - Build Date [e.g. 22/7/2019 (dd/mm/yyyy format)] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.