diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 737eb6d..47037cd 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -19,10 +19,8 @@ labels: "type-bug" <!-- Bugs in third-party projects (e.g. `requests`) do not belong in the CPython issue tracker --> -- [ ] I am confident this is a bug in CPython, - not a bug in a third-party project -- [ ] I have searched the CPython issue tracker, - and am confident this bug has not been reported before +- [ ] I am confident this is a bug in CPython, not a bug in a third-party project +- [ ] I have searched the CPython issue tracker, and am confident this bug has not been reported before ## A clear and concise description of the bug |