8000 Remove newlines from bug template (#107525) · python/cpython@052a0d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 052a0d1

Browse files
authored
Remove newlines from bug template (#107525)
1 parent f7c9144 commit 052a0d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ labels: "type-bug"
1919

2020
<!-- Bugs in third-party projects (e.g. `requests`) do not belong in the CPython issue tracker -->
2121

22-
- [ ] I am confident this is a bug in CPython,
23-
not a bug in a third-party project
24-
- [ ] I have searched the CPython issue tracker,
25-
and am confident this bug has not been reported before
22+
- [ ] I am confident this is a bug in CPython, not a bug in a third-party project
23+
- [ ] I have searched the CPython issue tracker, and am confident this bug has not been reported before
2624

2725
## A clear and concise description of the bug
2826

0 commit comments

Comments
 (0)
0