summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-06-08 11:39:42 -0400
committerMonty Taylor <mordred@inaugust.com>2015-06-08 11:43:24 -0400
commit4afd308a4f5f267cc13defbc14282ff124fdd1ee (patch)
tree23a292dc322912d3983de5b83e9bb8844673a109
parent56163aa7bc7ab1ea98b94611158dbe2df727069a (diff)
downloadpython-openstackclient-4afd308a4f5f267cc13defbc14282ff124fdd1ee.tar.gz
Include links to developer workflow documentation
Newcomers aren't always sure how to get started with our tools or workflow. Lucky for them, we have documented these things. Unlucky for them, they have no idea the docs exist. Give them some links. Change-Id: I6fce6fbccb8a9fe16b48845790b4cac05317ebac
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index dce36e2d..1bfef94b 100644
--- a/README.rst
+++ b/README.rst
@@ -15,6 +15,9 @@ language to describe operations in OpenStack.
* `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking
* `Source`_
+* `Developer` - getting started as a developer
+* `Contributing` - contributing code
+* IRC: #openstack-sdks on Freenode (irc.freenode.net)
* License: Apache 2.0
.. _PyPi: https://pypi.python.org/pypi/python-openstackclient
@@ -23,6 +26,8 @@ language to describe operations in OpenStack.
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
.. _Bugs: https://bugs.launchpad.net/python-openstackclient
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
+.. _Developer: http://docs.openstack.org/infra/manual/python.html
+.. _Contributing: http://docs.openstack.org/infra/manual/developers.html
Getting Started
===============