Skip to content

Commit 22650f9

Browse files
committed
Minor .github/ISSUE_TEMPLATE/bug_report.md improvement
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
1 parent 74589b6 commit 22650f9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Package versions
15-
- pylint
16-
- pytest
17-
- pylint-pytest
15+
16+
<!-- e.g., get them by running
17+
pip list |& grep -E '\b(pylint|pytest|pylint-pytest)\b' | sed 's/^/* /'
18+
-->
19+
20+
* pylint:
21+
* pytest:
22+
* pylint-pytest:
1823

1924
(add any relevant pylint/pytest plugin here)
2025

2126
Folder structure
22-
```
27+
```console
28+
$ tree -L 2
29+
2330
```
2431

2532
File content
@@ -32,7 +39,7 @@ pylint output with the plugin
3239

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

0 commit comments

Comments
 (0)