summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-12 19:43:17 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-12 19:43:17 -0500
commit677e149df7f18bcc7ec99f90561b43e85f199cea (patch)
tree1b6233aafab5b8c7eff3abcb17136c34bc8c036f
parent6cbbc90dcd89d8499191a75133a6e2b29f52270a (diff)
downloadpython-coveragepy-git-677e149df7f18bcc7ec99f90561b43e85f199cea.tar.gz
docs: small tweaks to 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 593a8145..67393a8c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -11,11 +11,11 @@ assignees: ''
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:
+How can we reproduce the problem? Please *be specific*. Don't link to a failing CI job. Answer the questions below:
1. What version of Python are you using?
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. If you've already worked around the problem, please provide a commit before that fix.
+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?
**Expected behavior**