Skip to content

Commit 575740b

Browse files
committed
docs: slight tweaks to the issue template
1 parent 27c2318 commit 575740b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ assignees: ''
1111
A clear and concise description of the bug.
1212

1313
**To Reproduce**
14-
How can we reproduce the problem? Please *be specific*. Don't link to a failing CI job. Answer the questions below:
14+
How can we reproduce the problem? Please *be specific*. Don't link to a failing CI job. Think about the time it will take us to recreate your situation: the easier you make it, the more likely your issue will be addressed.
15+
16+
Answer the questions below:
1517
1. What version of Python are you using?
1618
1. What version of coverage.py shows the problem? The output of `coverage debug sys` is helpful.
1719
1. What versions of what packages do you have installed? The output of `pip freeze` is helpful.
18-
1. What code shows the problem? 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.
20+
1. What code shows the problem? 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.
1921
1. What commands should we run to reproduce the problem? *Be specific*. Include everything, even `git clone`, `pip install`, and so on. Explain like we're five!
2022

2123
**Expected behavior**

0 commit comments

Comments
 (0)