From d0638b02b6919ccdc5e4eb819145d04e52ce8433 Mon Sep 17 00:00:00 2001 From: trigg Date: Mon, 2 Aug 2021 23:34:51 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..e440ca9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Steps 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. + +**Problematic behavior** +Explain what actually happens, and how it differs from expectation + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + +**Installation Method** + - AUR + - git clone & pip + - OS package manager + +**Additional context** +Add any other context about the problem here.