Update Contributing blurb in the docs.

Contributing blurb previously mentioned using Github pull requests.
Contributions should go to Gerrit instead.

Change-Id: Id7b7f968fa5a3785c19704b4c1c2408f48b335ca
This commit is contained in:
Clark Boylan 2012-06-22 10:16:49 -07:00
parent a2a62a5f71
commit bb117a2d45
1 changed files with 6 additions and 2 deletions

View File

@ -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``.