Add doc for contributing

Add doc for contributing

Change-Id: I7b4ea0cf9e04ad1b486323d7ed3af79da5b1d67f
This commit is contained in:
jichenjc 2017-04-28 15:01:57 +08:00
parent 788bd4749d
commit 39b3743ec9
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,30 @@
.. _contributing:
============
Contributing
============
If you would like to contribute to the development of the nova-zvm project, you
must follow the rules for OpenStack contributions described in the
"If you're a developer, start here" section of this page:
http://wiki.openstack.org/HowToContribute
Once those steps have been completed, changes to the nova-zvm project should be
submitted for review via the Gerrit tool, following the workflow documented at:
http://wiki.openstack.org/GerritWorkflow
Pull requests submitted through GitHub will be ignored.
The Git repository for the nova-zvm project is here:
http://git.openstack.org/cgit/openstack/nova-zvm-virt-driver
Bugs against the nova-zvm project should be filed on Launchpad (not on GitHub):
https://bugs.launchpad.net/nova-zvm-virt-driver
Pending changes for the nova-zvm project can be seen on its Gerrit page:
https://review.openstack.org/#/q/project:openstack/nova-zvm-virt-driver

View File

@ -71,6 +71,7 @@ Contributing to the project
.. toctree::
:maxdepth: 2
contributing
Links
=====