diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9a4bc9c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Stack Trace** +Please provide the stack trace that the application has given to you + +**To Reproduce** +- Execution-Command: +- Brief description of the used data set + +**Environment:** + - OS: + - Python-Version: + +**Additional context (optional)** +Add any other context about the problem here.