From 55e9745dc282b20f7893efa133afd838fdb8adad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kozlovsk=C3=BD?= Date: Mon, 22 Jan 2024 18:02:51 +0100 Subject: [PATCH] Update issue templates (#72) --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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..8a93f685 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "[BUG_TITLE]" +labels: bug +assignees: '' + +--- + +# [BUG_TITLE] + +## Description + +A clear and concise description of what the bug is. + +## Expected behavior + +A clear and concise description of what you expected to happen. +If applicable, add screenshots or code snippets to help explain your problem. + +## Environment + - OS: [_e.g._ `iOS`] + - Python version: [_e.g._ `3.8`] + - Package version: [_e.g._ `0.0.1`] + +## To Reproduce + +Please provide a minimal reproducible example. + +## Additional context + +If applicable, add any other context about the problem here.