Skip to content

Commit

Permalink
Update bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Feb 24, 2024
1 parent b7d0d63 commit b0d534b
Showing 1 changed file with 36 additions and 17 deletions.
53 changes: 36 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!--
**Share debugging output**
Please run `python -m flake8_aaa` on your test file and share the output for the test that is failing here. For more information see the [Command line documentation](https://flake8-aaa.readthedocs.io/en/latest/commands.html#command-line)
👋 Thanks for visiting Flake8-AAA GitHub.
```
[paste command line output here]
```
📝 Here's a template to help fill out a bug report
-->

## Current behaviour
<!--
Please provide a clear and concise description of what the bug is.
If you can copy and paste a test file, or the test itself that is unexpectedly
passing or failing here, that would be great.
-->

## Expected behaviour
<!--
A clear and concise description of what you expected to happen.
-->


## Debugging info
<!--
Add some extra information about your system here if possible.
-->

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
<!--
Please share any extra helpful content if possible
**Additional context**
* Please share your test file if possible.
* Please share the content of your Python environment (the output of `pip freeze`)
Output of `pip freeze` or other installed packages / system information is
helpful.
-->

0 comments on commit b0d534b

Please sign in to comment.