Skip to content

Commit 78b814d

Browse files
authored
Meta: Further tweak PR template titles to get the right order (#3001)
* Further tweak the PR template titles to get the right order * Further refine New PEP PR checklist text
1 parent 3115df4 commit 78b814d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE/Propose a new PEP.md renamed to .github/PULL_REQUEST_TEMPLATE/Add a new PEP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ If your PEP is not Standards Track, remove the corresponding section.
1313
* [ ] File created from the [latest PEP template](https://github.com/python/peps/blob/main/pep-0012/pep-NNNN.rst?plain=1)
1414
* [ ] PEP has next available number, & set in filename (``pep-NNNN.rst``), PR title (``PEP 123: <Title of PEP>``) and ``PEP`` header
1515
* [ ] Title clearly, accurately and concisely describes the content in 79 characters or less
16-
* [ ] ``PEP``, ``Title``, ``Author``, ``Status`` (``Draft``), ``Type`` and ``Created`` headers filled out correctly
16+
* [ ] Core dev/PEP editor listed as ``Author`` or ``Sponsor``, and formally confirmed their approval
17+
* [ ] ``Author``, ``Status`` (``Draft``), ``Type`` and ``Created`` headers filled out correctly
1718
* [ ] ``PEP-Delegate``, ``Topic``, ``Requires`` and ``Replaces`` headers completed if appropriate
18-
* [ ] Core dev/PEP editor listed as author or sponsor, and formally confirmed their approval
1919
* [ ] Required sections included
2020
* [ ] Abstract (first section)
2121
* [ ] Copyright (last section; exact wording from template required)
@@ -37,6 +37,6 @@ If your PEP is not Standards Track, remove the corresponding section.
3737
* [ ] Reference Implementation
3838
* [ ] Rejected Ideas
3939
* [ ] Open Issues
40-
* [ ] ``Python-Version`` set to valid (pre-beta) future Python version
41-
* [ ] Any project stated in the PEP as supporting/endorsing/benefiting from it confirms such
40+
* [ ] ``Python-Version`` set to valid (pre-beta) future Python version, if relevant
41+
* [ ] Any project stated in the PEP as supporting/endorsing/benefiting from the PEP formally confirmed such
4242
* [ ] Right before or after initial merging, [PEP discussion thread](https://peps.python.org/pep-0001/#discussing-a-pep) created and linked to in ``Discussions-To`` and ``Post-History``

0 commit comments

Comments
 (0)