From b0d534b295c6babb7f8c37263c7a61d25aa81332 Mon Sep 17 00:00:00 2001 From: James Cooke Date: Sat, 24 Feb 2024 23:03:33 +0000 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 53 +++++++++++++++++++--------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f5d75f2..228f646 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,30 +4,49 @@ about: Create a report to help us improve --- -**Describe the bug** -A clear and concise description of what the bug is. + + +## Current behaviour + + +## Expected behaviour + + + +## Debugging info + -If you are running via Flake8, please send Flake8's version signature - that's the output of `flake8 --version`: +Output of `python --version`: ``` -[paste flake8's version string here] +[paste python version string from above command here] ``` -Please share the Python version and platform you are using: +Output of `flake8 --version`: -* Python version (output of `python --version`): -* Platform (GNU Linux / Mac OSX / Windows): +``` +[paste flake8's version string from above command here] +``` -**Expected behavior** -A clear and concise description of what you expected to happen. +## Additional context +