Skip to content

Commit 05562e4

Browse files
committed
docs: tweak the bug report template
1 parent 014177f commit 05562e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ A clear and concise description of the bug.
1313
**To Reproduce**
1414
How can we reproduce the problem? Please *be specific*. Don't just link to a failing CI job. Answer the questions below:
1515
1. What version of Python are you using?
16-
1. What version of coverage.py are you using? The output of `coverage debug sys` is helpful.
16+
1. What version of coverage.py shows the problem? The output of `coverage debug sys` is helpful.
1717
1. What versions of what packages do you have installed? The output of `pip freeze` is helpful.
18-
1. What code are you running? Give us a specific commit of a specific repo that we can check out.
18+
1. What code are you running? Give us a specific commit of a specific repo that we can check out. If you've already worked around the problem, please provide a commit before that fix.
1919
1. What commands did you run?
2020

2121
**Expected behavior**

0 commit comments

Comments
 (0)