From 1c793ee4dbcf281c9d26b8f9aee2fadf754adb7a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 14 Mar 2014 16:30:55 -0400 Subject: [PATCH] Note requirement to use 'new-project' Update the documentation for adding a new project to note that the infra team prefers that you use 'new-project' as the topic name for the review. Change-Id: I81d7da3a11f60d60683dfe01c1ae8dba444fd514 --- doc/source/stackforge.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst index 6f93502a25..b4c2082b63 100644 --- a/doc/source/stackforge.rst +++ b/doc/source/stackforge.rst @@ -227,7 +227,11 @@ end of this file that looks like:: - master And thats it. At this point you will want to submit these edits as a -change to review.openstack.org. +change to review.openstack.org. When you do so, please use the +``new-project`` topic. You can do that using the ``-t`` option to +``git review``. + + $ git review -t new-project Add .gitreview file to project ==============================