diff options
| author | Clark Boylan <clark.boylan@gmail.com> | 2012-06-22 10:24:44 -0700 |
|---|---|---|
| committer | Clark Boylan <clark.boylan@gmail.com> | 2012-06-22 10:24:44 -0700 |
| commit | 3dceacf6cd735c7359e3676c362f609bc374c9ec (patch) | |
| tree | cfd59ddcf86f5dfac1bcc4364c49f730625d496f | |
| parent | 697a5ac6cba6eb5c59e6b479153f4550c537ac3e (diff) | |
| download | python-openstackclient-3dceacf6cd735c7359e3676c362f609bc374c9ec.tar.gz | |
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
| -rw-r--r-- | doc/source/index.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 3be5c5ba..09039960 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 ===== |
