From 488ae35efd56e12939a88ec0a724c53b0b982349 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 Nov 2016 16:04:43 +0100 Subject: [PATCH] Review List for New Projects Add a short review list for new projects. Change-Id: Id130f5724a156aa0dc347f67bca40d27fc252b7b Note: This is up for discussion, please enhance! --- doc/source/creators.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index d9f899d..cafc26d 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -1326,3 +1326,20 @@ name. Other projects you may need to update post-rename: * projects.txt in ``openstack/requirements`` + +Review List for New Projects +============================ + +Before approving a review for a new project creation, double check +the following: + +#. Is there existing content to import? If the team want to preserve the + history, they have to use the upstream key word to import. The + infra team will not push anything to your repo - and cannot hand + out those permissions either. + +#. Will this be an official project? Then it needs a governance + review, with a link to it via "Needed-By", and get PTL+1. + +#. Will the repo release on pypi? Check that it http://pypi.python.org + is set up correctly.