summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-04 19:12:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-11-04 19:12:22 -0400
commit05562e40c0bea5b89fa9ec2caa0eaa4cebfccd64 (patch)
tree4765f2b38db35d607dddfb4d2e60f03a9ee263fb
parent014177f714c5e755e3e32bfa4e309cc0dbacd2a9 (diff)
downloadpython-coveragepy-git-05562e40c0bea5b89fa9ec2caa0eaa4cebfccd64.tar.gz
docs: tweak the bug report template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 95d12bf7..4fe718f6 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -13,9 +13,9 @@ A clear and concise description of the bug.
**To Reproduce**
How can we reproduce the problem? Please *be specific*. Don't just link to a failing CI job. Answer the questions below:
1. What version of Python are you using?
-1. What version of coverage.py are you using? The output of `coverage debug sys` is helpful.
+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 are you running? Give us a specific commit of a specific repo that we can check out.
+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.
1. What commands did you run?
**Expected behavior**