mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove newlines from bug template (#107525)
This commit is contained in:
parent
f7c9144c2c
commit
052a0d1106
1 changed files with 2 additions and 4 deletions
6
.github/ISSUE_TEMPLATE/bug.md
vendored
6
.github/ISSUE_TEMPLATE/bug.md
vendored
|
@ -19,10 +19,8 @@ labels: "type-bug"
|
||||||
|
|
||||||
<!-- Bugs in third-party projects (e.g. `requests`) do not belong in the CPython issue tracker -->
|
<!-- 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,
|
- [ ] I am confident this is a bug in CPython, not a bug in a third-party project
|
||||||
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 have searched the CPython issue tracker,
|
|
||||||
and am confident this bug has not been reported before
|
|
||||||
|
|
||||||
## A clear and concise description of the bug
|
## A clear and concise description of the bug
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue