diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-21 11:46:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-21 11:46:31 -0400 |
commit | 4222077c4f8dc7db4d524a03ba4be872e648ff1a (patch) | |
tree | 2b6a7bbc83a7bf90206f278ef36acc453886a8c4 | |
parent | 9e32140b6620558b59fd52af1d99e4f4d64b2b15 (diff) | |
download | python-coveragepy-git-4222077c4f8dc7db4d524a03ba4be872e648ff1a.tar.gz |
Ask for coverage.py version also
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d19977ed..d1e7309d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,10 +12,11 @@ A clear and concise description of the bug. **To Reproduce** How can we reproduce the problem? Please *be specific*. -1. What version of Python are you running? -2. What versions of what packages do you have installed? The output of `pip freeze` is very helpful. -3. What code are you running? Give us a specific commit of a specific repo that we can check out. -4. What commands did you run? +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 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 commands did you run? **Expected behavior** A clear and concise description of what you expected to happen. |