From 219da1b4e71c130ef68d4b15f97ebab35d4468d6 Mon Sep 17 00:00:00 2001 From: evilhero Date: Tue, 29 Jan 2019 11:19:58 -0500 Subject: [PATCH] Update issue templates for bug reporting --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..3f6688c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Help us to help you. Drop your problem with the requested info - or we just + drop the issue. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots/Logs** +Include a DEBUG log using the log files and do not paste from the GUI log. +Do not just paste a traceback/error. + +**Environment (please complete the following information):** + - OS: [e.g. Windows10] + - Branch / commit: [e.g. Dev/38aksi1] + +**Additional information** +Add any other information about the problem here.