summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-05-09 07:09:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-05-09 07:09:06 -0400
commit342a7b69d5a47f454eb5f2fef78857e8bd83fdfc (patch)
tree87831e6b23489455544a01da9d7ff93e8104c663
parent99babbfb21a792919e8751c79a9c86a7851e11c6 (diff)
downloadpython-coveragepy-git-342a7b69d5a47f454eb5f2fef78857e8bd83fdfc.tar.gz
docs: more instructions in the issue template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 67393a8c..71b32f2f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -16,7 +16,7 @@ How can we reproduce the problem? Please *be specific*. Don't link to a failing
1. What version of coverage.py shows the problem? The output of `coverage debug sys` is helpful.
1. What versions of what packages do you have installed? The output of `pip freeze` is helpful.
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.
-1. What commands did you run?
+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!
**Expected behavior**
A clear and concise description of what you expected to happen.