PEP 1: Refer to GitHub for the Python issue tracker (#2568)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Chris Angelico <rosuav@gmail.com>
This commit is contained in:
parent
278070ac97
commit
4b04a2b7be
10
pep-0001.txt
10
pep-0001.txt
|
@ -123,10 +123,10 @@ Start with an idea for Python
|
||||||
|
|
||||||
The PEP process begins with a new idea for Python. It is highly
|
The PEP process begins with a new idea for Python. It is highly
|
||||||
recommended that a single PEP contain a single key proposal or new
|
recommended that a single PEP contain a single key proposal or new
|
||||||
idea. Small enhancements or patches often don't need
|
idea; the more focused the PEP, the more successful it tends to be.
|
||||||
a PEP and can be injected into the Python development workflow with a
|
Most enhancements and bug fixes don't need a PEP and
|
||||||
patch submission to the Python `issue tracker`_. The more focused the
|
can be submitted directly to the `Python issue tracker`_.
|
||||||
PEP, the more successful it tends to be. The PEP editors reserve the
|
The PEP editors reserve the
|
||||||
right to reject PEP proposals if they appear too unfocused or too
|
right to reject PEP proposals if they appear too unfocused or too
|
||||||
broad. If in doubt, split your PEP into several well-focused ones.
|
broad. If in doubt, split your PEP into several well-focused ones.
|
||||||
|
|
||||||
|
@ -834,7 +834,7 @@ Footnotes
|
||||||
|
|
||||||
.. _.github/CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
.. _.github/CODEOWNERS: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
||||||
|
|
||||||
.. _issue tracker: https://bugs.python.org/
|
.. _Python issue tracker: https://github.com/python/cpython/issues
|
||||||
|
|
||||||
.. _CC0-1.0-Universal: https://choosealicense.com/licenses/cc0-1.0/
|
.. _CC0-1.0-Universal: https://choosealicense.com/licenses/cc0-1.0/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue