@@ -25,7 +25,7 @@ In general, most non-Draft/Active PEPs are considered to be historical
25
25
documents rather than living specifications or documentation. Major changes to
26
26
their core content usually require a new PEP, while smaller modifications may
27
27
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.
29
29
30
30
Copyediting and proofreading Draft and Active PEPs (including fixing spelling
31
31
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.
36
36
37
37
If you're still unsure, we encourage you to reach out first before opening a
38
38
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 >`__.
44
41
45
42
Commit messages and PR titles
46
43
-----------------------------
47
44
48
45
When adding or modifying a PEP, please include the PEP number in the commit
49
46
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: ``.
53
47
54
48
55
49
Sign the CLA
0 commit comments