Skip to content

Commit c3fd911

Browse files
authored
Meta: Minor updates to PR templates (#4338)
1 parent 30b1c66 commit c3fd911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE/Mark a PEP Accepted or Rejected.md renamed to .github/PULL_REQUEST_TEMPLATE/Mark a PEP as Accepted or Rejected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ If you're unsure about anything, just leave it blank and we'll take a look.
88
* [ ] SC/PEP Delegate has formally accepted/rejected the PEP and posted to the ``Discussions-To`` thread
99
* [ ] Pull request title in appropriate format (``PEP 123: Mark as Accepted``)
1010
* [ ] ``Status`` changed to ``Accepted``/``Rejected``
11-
* [ ] ``Resolution`` link points directly to SC/PEP Delegate official acceptance/rejected post
11+
* [ ] ``Resolution`` field points directly to SC/PEP Delegate official acceptance/rejected post, including the date (e.g. `` `01-Jan-2000 <https://discuss.python.org/t/12345/100>`__ ``)
1212
* [ ] Acceptance/rejection notice added, if the SC/PEP delegate had major conditions or comments
1313
* [ ] ``Discussions-To``, ``Post-History`` and ``Python-Version`` up to date

.github/PULL_REQUEST_TEMPLATE/Mark a PEP Final.md renamed to .github/PULL_REQUEST_TEMPLATE/Mark a PEP as Final.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you're unsure about something, just leave it blank and we'll take a look.
77
* [ ] Final implementation has been merged (including tests and docs)
88
* [ ] PEP matches the final implementation
99
* [ ] Any substantial changes since the accepted version approved by the SC/PEP delegate
10-
* [ ] Pull request title in appropriate format (``PEP 123: Mark Final``)
10+
* [ ] Pull request title in appropriate format (``PEP 123: Mark as Final``)
1111
* [ ] ``Status`` changed to ``Final`` (and ``Python-Version`` is correct)
1212
* [ ] Canonical docs/spec linked with a ``canonical-doc`` directive
1313
(or ``canonical-pypa-spec`` for packaging PEPs,

0 commit comments

Comments
 (0)