diff options
| author | Anne Gentle <anne@openstack.org> | 2011-01-07 10:57:53 -0600 |
|---|---|---|
| committer | Anne Gentle <anne@openstack.org> | 2011-01-07 10:57:53 -0600 |
| commit | 5d02ee9e5f1502de2d379ce1acbc7e6bae1732f1 (patch) | |
| tree | e75bc3a452904d8e28db0d2a69b44d726835b0f0 /doc/source | |
| parent | 80d10d960d0d472bf9a1d35bce081fb350c98a35 (diff) | |
| parent | e33102d23ec8f357c08e2583f8d9e3c1753bab4d (diff) | |
| download | nova-5d02ee9e5f1502de2d379ce1acbc7e6bae1732f1.tar.gz nova-5d02ee9e5f1502de2d379ce1acbc7e6bae1732f1.tar.xz nova-5d02ee9e5f1502de2d379ce1acbc7e6bae1732f1.zip | |
Merged with trunk
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 402f9dfe4..4ae32f1eb 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 d5f10c42a..f3c454d64 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, and also to the `.mailmap` file if you use multiple email addresses. Your contributions can not be merged into trunk unless you are listed in the Authors file. Now, push the branch to Launchpad:: bzr push lp:~launchpaduserid/nova/cleaning |
