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.