diff options
| author | Cory Wright <cory.wright@rackspace.com> | 2010-12-30 12:10:31 -0500 |
|---|---|---|
| committer | Cory Wright <cory.wright@rackspace.com> | 2010-12-30 12:10:31 -0500 |
| commit | 26cdebcf742c5fea533c9947ef7278948a772e29 (patch) | |
| tree | be15f48f1e674a205f8edc0b3714945bf2db4836 /doc/source | |
| parent | 0880026253d0de67afd7c80415b332f72764457d (diff) | |
| download | nova-26cdebcf742c5fea533c9947ef7278948a772e29.tar.gz nova-26cdebcf742c5fea533c9947ef7278948a772e29.tar.xz nova-26cdebcf742c5fea533c9947ef7278948a772e29.zip | |
Mention Authors and .mailmap files in Developer Guide
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/community.rst | 3 | ||||
| -rw-r--r-- | doc/source/devref/development.environment.rst | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/community.rst b/doc/source/community.rst index bfb93414c..01ff5f055 100644 --- a/doc/source/community.rst +++ b/doc/source/community.rst @@ -35,7 +35,8 @@ Contributing Code To contribute code, sign up for a Launchpad account and sign a contributor license agreement, available on the `OpenStack Wiki <http://wiki.openstack.org/CLA>`_. Once the CLA is signed you -can contribute code through the Bazaar version control system which is related to your Launchpad account. +can contribute code through the Bazaar version control system which is related to your Launchpad +account. See the :doc:`devref/development.environment` page to get started. #openstack on Freenode IRC Network ---------------------------------- diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 6344c5382..9e189f04e 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -88,7 +88,12 @@ Here's how to get the latest code:: source .nova_venv/bin/activate ./run_tests.sh -And then you can do cleaning work or hack hack hack with a branched named cleaning:: +Then you can do cleaning work or hack hack hack with a branched named cleaning. + +Contributing Your Work +---------------------- + +Once your work is complete you may wish to contribute it to the project. Add your name and email address to the `Authors` file (as well as the `.mailmap` file if you use multiple email addresses), and push the branch to Launchpad:: bzr push lp:~launchpaduserid/nova/cleaning |
