Skip to content

Commit c554bb1

Browse files
Meta: Apply further reviewer suggestions on reorganized text
Co-authored-by: Adam Turner <[email protected]>
1 parent 717472f commit c554bb1

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In general, most non-Draft/Active PEPs are considered to be historical
2525
documents rather than living specifications or documentation. Major changes to
2626
their core content usually require a new PEP, while smaller modifications may
2727
or may not be appropriate, depending on the PEP's status. See `PEP 1
28-
<https://www.python.org/dev/peps/pep-0001/#pep-maintenance>`__ for more.
28+
<https://peps.python.org/pep-0001/#pep-maintenance>`__ for more.
2929

3030
Copyediting and proofreading Draft and Active PEPs (including fixing spelling
3131
and formatting issues) is welcomed (subject to review by the PEP authors),
@@ -36,20 +36,14 @@ Substantive content changes should first be proposed on PEP discussion threads.
3636

3737
If you're still unsure, we encourage you to reach out first before opening a
3838
PR here. For example, you could contact the PEP author(s), propose your idea in
39-
a discussion venue appropriate to the PEP (such as `Typing-SIG
40-
<https://mail.python.org/archives/list/[email protected]/>`__ for static
41-
typing, or `Packaging Discourse <https://discuss.python.org/c/packaging/>`__
42-
for packaging), or `open an issue <https://github.com/python/peps/issues>`__.
43-
39+
a discussion venue appropriate to the PEP's topic, or
40+
`open an issue here <https://github.com/python/peps/issues>`__.
4441

4542
Commit messages and PR titles
4643
-----------------------------
4744

4845
When adding or modifying a PEP, please include the PEP number in the commit
4946
summary and pull request title. For example, ``PEP NNN: <summary of changes>``.
50-
Likewise, prefix rendering infrastructure changes with ``Infra:``, linting
51-
alterations with ``Lint:`` and other non-PEP meta changes, such as updates to
52-
the Readme/Contributing Guide, issue/PR template, etc., with ``Meta:``.
5347

5448

5549
Sign the CLA

pep-0001.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ if they are never meant to be completed. E.g. :pep:`1` (this PEP).
457457
PEP Maintenance
458458
---------------
459459

460-
In general, PEPs are no longer substantially modified after they have reached
460+
In general, PEPs are not substantially modified after they have reached
461461
the Accepted, Final, Rejected or Superseded state. Once resolution is reached,
462462
a PEP is considered a historical document rather than a living specification.
463463
Formal documentation of the expected behavior should be maintained elsewhere,

0 commit comments

Comments
 (0)