Skip to content

New core dev instructions: Use a script instead of hand-editing. #1580

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
5 changes: 3 additions & 2 deletions core-developers/become-core-developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ are granted through these steps:
- Enable the various new privileges.
- Remove the new committer from the triage team, if applicable.
- Add their details to `🔒 python/voters <https://github.com/python/voters>`_.
- Update the devguide to publicly list their team membership
at :ref:`developers`.
- Once the python/voters update is merged, regenerate the public team membership
list at :ref:`developers`.
See "Public list of members" in the ``voters`` README.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See "Public list of members" in the ``voters`` README.
See `🔒 Public list of members
<https://github.com/python/voters#public-list-of-members>`__.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost the same link is right above this; I don't think we need another 🔒 link here.

- Post an announcement in the `Committers Discourse category
<https://discuss.python.org/c/committers/5>`_. The past few announcements
were in the form of a separate post on the already open topic with
Expand Down
Loading