From 3dceacf6cd735c7359e3676c362f609bc374c9ec Mon Sep 17 00:00:00 2001 From: Clark Boylan <clark.boylan@gmail.com> Date: Fri, 22 Jun 2012 10:24:44 -0700 Subject: [PATCH] Update Contributing blurb in the docs. Contributing blurb previously mentioned social coding and Github. The OpenStack contribution workflow is slightly different. Provide details on Github, LP, and Gerrit. Change-Id: Ie5ecd25e5828de611561f37b3acbccc5cf3f0d04 --- doc/source/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 3be5c5bab3..09039960c2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,10 +19,13 @@ Getting Started Contributing ============ -The master repo is kept on `GitHub`__, please follow the usual protocol -for social coding interaction and whatnot. +Code is hosted `on GitHub`_. Submit bugs to the Python-OpenStackClient project +on `Launchpad`_. Submit code to the openstack/python-openstackclient project +using `Gerrit`_. -__ http://github.com/openstack/python-openstackclient +.. _on GitHub: https://github.com/openstack/python-openstackclient +.. _Launchpad: https://launchpad.net/python-openstackclient +.. _Gerrit: http://wiki.openstack.org/GerritWorkflow Index =====