From 996ff64f718ef24fa5dbe85b5120c17a7f4969d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=BCppers?= Date: Thu, 10 Aug 2023 10:26:58 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..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.