diff options
-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. |