[Python-checkins] Remove newlines from bug template (#107525)

hugovk webhook-mailer at python.org
Tue Aug 1 03:47:28 EDT 2023


https://github.com/python/cpython/commit/052a0d1106fa3ee0c955a3b7ba48e82c49424e20
commit: 052a0d1106fa3ee0c955a3b7ba48e82c49424e20
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-08-01T01:47:24-06:00
summary:

Remove newlines from bug template (#107525)

files:
M .github/ISSUE_TEMPLATE/bug.md

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 737eb6dfebb77..47037cd319e7e 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
 



More information about the Python-checkins mailing list