Skip to content

Commit

Permalink
docs: tweak the bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 4, 2021
1 parent 014177f commit 05562e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -13,9 +13,9 @@ A clear and concise description of the bug.
**To Reproduce**
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 version of coverage.py shows the problem? 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 code are you running? Give us a specific commit of a specific repo that we can check out. If you've already worked around the problem, please provide a commit before that fix.
1. What commands did you run?

**Expected behavior**
Expand Down

0 comments on commit 05562e4

Please sign in to comment.