From f3dd80af4d493e727616267d0780c64db4ac678a Mon Sep 17 00:00:00 2001 From: Rebecca Date: Fri, 14 May 2021 14:45:39 +0200 Subject: [PATCH] Create Bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..a503772 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +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. + +**To Reproduce** +Steps to reproduce the behavior: +1. +2. +3. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Debug log:** + For crashes and similar, provide the last 20 lines or so of your debug log. To get the debug log, open BeeRef and go to *Help -> Show Debug Log*. If in doubt, paste the whole debug log to a paste service like paste.bin