From bb117a2d45a95ff88eabccd1bf42b14dbf00e76a Mon Sep 17 00:00:00 2001 From: Clark Boylan <clark.boylan@gmail.com> Date: Fri, 22 Jun 2012 10:16:49 -0700 Subject: [PATCH] Update Contributing blurb in the docs. Contributing blurb previously mentioned using Github pull requests. Contributions should go to Gerrit instead. Change-Id: Id7b7f968fa5a3785c19704b4c1c2408f48b335ca --- doc/source/index.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 64db466a9..58931f265 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -30,9 +30,13 @@ Contents: Contributing ============ -Development takes place `on GitHub`__; please file bugs/pull requests there. +Code is hosted `on GitHub`_. Submit bugs to the Nova project on +`Launchpad`_. Submit code to the openstack/python-novaclient project using +`Gerrit`_. -__ https://github.com/rackspace/python-novaclient +.. _on GitHub: https://github.com/openstack/python-novaclient +.. _Launchpad: https://launchpad.net/nova +.. _Gerrit: http://wiki.openstack.org/GerritWorkflow Run tests with ``python setup.py test``.