From ec3a3632686e94cee1be219f952ca2b40b3e4978 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Wed, 1 Feb 2023 17:05:10 -0600 Subject: [PATCH 1/2] Further tweak the PR template titles to get the right order --- .../{Propose a new PEP.md => Add a new PEP.md} | 0 .../{Modify an existing PEP.md => Change an existing PEP.md} | 0 ...cept or Reject a PEP.md => Mark a PEP Accepted or Rejected.md} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .github/PULL_REQUEST_TEMPLATE/{Propose a new PEP.md => Add a new PEP.md} (100%) rename .github/PULL_REQUEST_TEMPLATE/{Modify an existing PEP.md => Change an existing PEP.md} (100%) rename .github/PULL_REQUEST_TEMPLATE/{Accept or Reject a PEP.md => Mark a PEP Accepted or Rejected.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/Propose a new PEP.md b/.github/PULL_REQUEST_TEMPLATE/Add a new PEP.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/Propose a new PEP.md rename to .github/PULL_REQUEST_TEMPLATE/Add a new PEP.md diff --git a/.github/PULL_REQUEST_TEMPLATE/Modify an existing PEP.md b/.github/PULL_REQUEST_TEMPLATE/Change an existing PEP.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/Modify an existing PEP.md rename to .github/PULL_REQUEST_TEMPLATE/Change an existing PEP.md diff --git a/.github/PULL_REQUEST_TEMPLATE/Accept or Reject a PEP.md b/.github/PULL_REQUEST_TEMPLATE/Mark a PEP Accepted or Rejected.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/Accept or Reject a PEP.md rename to .github/PULL_REQUEST_TEMPLATE/Mark a PEP Accepted or Rejected.md From b5d008d6751bbba7d94aef38320009e1de88b53a Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Thu, 2 Feb 2023 22:49:13 -0600 Subject: [PATCH 2/2] Further refine New PEP PR checklist text --- .github/PULL_REQUEST_TEMPLATE/Add a new PEP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/Add a new PEP.md b/.github/PULL_REQUEST_TEMPLATE/Add a new PEP.md index aac3456cf2f..bcc29bf744a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Add a new PEP.md +++ b/.github/PULL_REQUEST_TEMPLATE/Add a new PEP.md @@ -13,9 +13,9 @@ If your PEP is not Standards Track, remove the corresponding section. * [ ] File created from the [latest PEP template](https://github.com/python/peps/blob/main/pep-0012/pep-NNNN.rst?plain=1) * [ ] PEP has next available number, & set in filename (``pep-NNNN.rst``), PR title (``PEP 123: ``) and ``PEP`` header * [ ] Title clearly, accurately and concisely describes the content in 79 characters or less -* [ ] ``PEP``, ``Title``, ``Author``, ``Status`` (``Draft``), ``Type`` and ``Created`` headers filled out correctly +* [ ] Core dev/PEP editor listed as ``Author`` or ``Sponsor``, and formally confirmed their approval +* [ ] ``Author``, ``Status`` (``Draft``), ``Type`` and ``Created`` headers filled out correctly * [ ] ``PEP-Delegate``, ``Topic``, ``Requires`` and ``Replaces`` headers completed if appropriate -* [ ] Core dev/PEP editor listed as author or sponsor, and formally confirmed their approval * [ ] Required sections included * [ ] Abstract (first section) * [ ] Copyright (last section; exact wording from template required) @@ -37,6 +37,6 @@ If your PEP is not Standards Track, remove the corresponding section. * [ ] Reference Implementation * [ ] Rejected Ideas * [ ] Open Issues -* [ ] ``Python-Version`` set to valid (pre-beta) future Python version -* [ ] Any project stated in the PEP as supporting/endorsing/benefiting from it confirms such +* [ ] ``Python-Version`` set to valid (pre-beta) future Python version, if relevant +* [ ] Any project stated in the PEP as supporting/endorsing/benefiting from the PEP formally confirmed such * [ ] 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``