Skip to content

Commit 342a7b6

Browse files
committedMay 9, 2023
docs: more instructions in the issue template
1 parent 99babbf commit 342a7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ How can we reproduce the problem? Please *be specific*. Don't link to a failing
1616
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.
1818
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.
19-
1. What commands did you run?
19+
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!
2020

2121
**Expected behavior**
2222
A clear and concise description of what you expected to happen.

0 commit comments

Comments
 (0)
Please sign in to comment.