From 43546163e6be01fcd09abd5eaf7465b541cc84a7 Mon Sep 17 00:00:00 2001 From: core glitch Date: Fri, 14 Aug 2020 20:47:18 +0300 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 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 00000000..cf337499 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +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. Switch on... +2. Press button '....' +3. Wait for the moon phase +4. It burns + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +Add debug logs + +**Target** +Specify the target + +**Additional context** +Add any other context about the problem here.