Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 1: Update "issue tracker" to link to GitHub Issues #2568

Merged
merged 4 commits into from
May 2, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pep-0001.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ Start with an idea for Python

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
idea. Small enhancements or patches often don't need
a PEP and can be injected into the Python development workflow with a
patch submission to the Python `issue tracker`_. The more focused the
PEP, the more successful it tends to be. The PEP editors reserve the
idea; the more focused the PEP, the more successful it tends to be.
Small enhancements and bug fixes often don't need a PEP and
itamaro marked this conversation as resolved.
Show resolved Hide resolved
can be submitted directly to the `Python issue tracker`_.
The PEP editors reserve the
right to reject PEP proposals if they appear too unfocused or too
broad. If in doubt, split your PEP into several well-focused ones.

Expand Down Expand Up @@ -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

.. _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/

Expand Down