summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-04-13 09:46:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-04-13 09:46:11 -0400
commit7a4292dcd68e7b9d4d426d9f2eaf6f0535cdd97f (patch)
treeeb8ec2159b061efd883d5b730fcf43ed1adaf9bf
parent56d7c790da57ed0807fe37a24ff8ce997cd976f9 (diff)
downloadpython-coveragepy-git-7a4292dcd68e7b9d4d426d9f2eaf6f0535cdd97f.tar.gz
Try to get better bug reports
-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 d1e7309d..95d12bf7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -11,7 +11,7 @@ assignees: ''
A clear and concise description of the bug.
**To Reproduce**
-How can we reproduce the problem? Please *be specific*.
+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 versions of what packages do you have installed? The output of `pip freeze` is helpful.