Skip to content

Commit

Permalink
Minor .github/ISSUE_TEMPLATE/bug_report.md improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Nov 13, 2023
1 parent 74589b6 commit 22650f9
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@ A clear and concise description of what the bug is.

**To Reproduce**
Package versions
- pylint
- pytest
- pylint-pytest

<!-- e.g., get them by running
pip list |& grep -E '\b(pylint|pytest|pylint-pytest)\b' | sed 's/^/* /'
-->

* pylint:
* pytest:
* pylint-pytest:

(add any relevant pylint/pytest plugin here)

Folder structure
```
```console
$ tree -L 2

```

File content
Expand All @@ -32,7 +39,7 @@ pylint output with the plugin

(Optional) pytest output from fixture collection
```bash
$ pytest <path/to/test/module.py> --fixtures --collect-only
$ pytest --fixtures --collect-only <path/to/test/module.py>
<paste output here, can omit the built-ins>
```

Expand Down

0 comments on commit 22650f9

Please sign in to comment.