From 7a4292dcd68e7b9d4d426d9f2eaf6f0535cdd97f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 13 Apr 2020 09:46:11 -0400 Subject: Try to get better bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1