From 552672bbfb523ed44960827dc4ffa6efe2b0d4db Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Wed, 8 May 2019 10:31:37 -0400 Subject: [PATCH 1/4] Document the policy for repositories under the Python org --- devcycle.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/devcycle.rst b/devcycle.rst index aaa42241b1..35a7c9190d 100644 --- a/devcycle.rst +++ b/devcycle.rst @@ -215,7 +215,19 @@ Repository Administration ''''''''''''''''''''''''' The source code is currently hosted on `GitHub -`_. +`_ in the `Python organization `_. + +Organization Repository Policy +------------------------------ + +Within the `Python organization `_, repositories are expected to fall within three general categories: + +1. The refence implementation of Python and related repositories (i.e. `CPython `_) +2. Reference implementations of PEPs (e.g. `mypy `_) +3. Tooling and support around CPython and the language (e.g. `python.org repository `_) + +For any repository which does not explicitly and clearly fall under one of these categories, permission should be sought +from the `Python steering council `_. Organization Owner Policy ------------------------- From 100b300689d91042aca510686d063e243768f14f Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Wed, 8 May 2019 12:03:22 -0400 Subject: [PATCH 2/4] Add PSF repos as acceptable under Python org --- devcycle.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/devcycle.rst b/devcycle.rst index 35a7c9190d..e8272d95ad 100644 --- a/devcycle.rst +++ b/devcycle.rst @@ -225,6 +225,7 @@ Within the `Python organization `_, repositories are 1. The refence implementation of Python and related repositories (i.e. `CPython `_) 2. Reference implementations of PEPs (e.g. `mypy `_) 3. Tooling and support around CPython and the language (e.g. `python.org repository `_) +4. PSF-related repositories (e.g. the `Code of Conduct `_) For any repository which does not explicitly and clearly fall under one of these categories, permission should be sought from the `Python steering council `_. From 568959a9e68b932d44bed3832726894ad7e921b1 Mon Sep 17 00:00:00 2001 From: "Ernest W. Durbin III" Date: Wed, 8 May 2019 12:08:26 -0400 Subject: [PATCH 3/4] PSF infra repos are OK in the Python org Co-Authored-By: brettcannon <54418+brettcannon@users.noreply.github.com> --- devcycle.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/devcycle.rst b/devcycle.rst index e8272d95ad..493ef24925 100644 --- a/devcycle.rst +++ b/devcycle.rst @@ -226,6 +226,7 @@ Within the `Python organization `_, repositories are 2. Reference implementations of PEPs (e.g. `mypy `_) 3. Tooling and support around CPython and the language (e.g. `python.org repository `_) 4. PSF-related repositories (e.g. the `Code of Conduct `_) +5. PSF Infrastructure repositories (e.g. the `PSF Infrastructure Salt configurations `_) For any repository which does not explicitly and clearly fall under one of these categories, permission should be sought from the `Python steering council `_. From 09a6e8dcb8bf93b1aed196462a14f5b119396ebe Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 8 May 2019 12:08:49 -0400 Subject: [PATCH 4/4] Fix spelling mistake Co-Authored-By: brettcannon <54418+brettcannon@users.noreply.github.com> --- devcycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcycle.rst b/devcycle.rst index 493ef24925..20500ecc47 100644 --- a/devcycle.rst +++ b/devcycle.rst @@ -222,7 +222,7 @@ Organization Repository Policy Within the `Python organization `_, repositories are expected to fall within three general categories: -1. The refence implementation of Python and related repositories (i.e. `CPython `_) +1. The reference implementation of Python and related repositories (i.e. `CPython `_) 2. Reference implementations of PEPs (e.g. `mypy `_) 3. Tooling and support around CPython and the language (e.g. `python.org repository `_) 4. PSF-related repositories (e.g. the `Code of Conduct `_)