Skip to content
Merged
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
16 changes: 15 additions & 1 deletion devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,21 @@ Repository Administration
'''''''''''''''''''''''''

The source code is currently hosted on `GitHub
<https://github.com/python/cpython>`_.
<https://github.com/python/cpython>`_ in the `Python organization <https://github.com/python/>`_.

Organization Repository Policy
------------------------------

Within the `Python organization <https://github.com/python/>`_, repositories are expected to fall within three general categories:

1. The reference implementation of Python and related repositories (i.e. `CPython <https://github.com/python/cpython>`_)
2. Reference implementations of PEPs (e.g. `mypy <https://github.com/python/mypy>`_)
3. Tooling and support around CPython and the language (e.g. `python.org repository <https://github.com/python/pythondotorg>`_)
4. PSF-related repositories (e.g. the `Code of Conduct <https://github.com/python/pycon-code-of-conduct>`_)
Comment thread
brettcannon marked this conversation as resolved.
5. PSF Infrastructure repositories (e.g. the `PSF Infrastructure Salt configurations <https://github.com/python/psf-salt>`_)

Comment thread
brettcannon marked this conversation as resolved.
For any repository which does not explicitly and clearly fall under one of these categories, permission should be sought
from the `Python steering council <https://github.com/python/steering-council>`_.

Organization Owner Policy
-------------------------
Expand Down