From 0274e084777f8fb88d6a0dfbb2763a52ebd5b5fe Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 21 Apr 2020 19:19:35 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..1f7a902 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Please first confirm first: + +- [ ] I have read all READMEs in the repository +- [ ] My system meets all described requirements + +Now that that's over with, please give _brief_ explanations to each of the below: + +**What did you try to do?** + +**What did you expect should have happened?** + +**What happened instead?** + +**What were the exact steps you took?** + +--- + +**Please put any detailed explanations below here**