diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
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. |