diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-08-01 07:47:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 07:47:24 (GMT) |
commit | 052a0d1106fa3ee0c955a3b7ba48e82c49424e20 (patch) | |
tree | 707cdbf351cb31e794bd792e80533d36a019f96a /.github | |
parent | f7c9144c2c64d9c28d0524dcd2684c70e8113077 (diff) | |
download | cpython-052a0d1106fa3ee0c955a3b7ba48e82c49424e20.zip cpython-052a0d1106fa3ee0c955a3b7ba48e82c49424e20.tar.gz cpython-052a0d1106fa3ee0c955a3b7ba48e82c49424e20.tar.bz2 |
Remove newlines from bug template (#107525)
Diffstat (limited to '.github')
-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 |