zun/doc/source/contributor/index.rst
Hongbin Lu badbb29283 Add zun's technical vision reflection
Per TC request [1], this is the reflection of Zun in accordance
with the OpenStack technical vision [2].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-January/001417.html
[2] https://governance.openstack.org/tc/reference/technical-vision.html

Change-Id: Ia8d6beff88f1624eee2c92a31b416bfe9fc531db
2019-03-31 20:49:46 +00:00

62 lines
1.3 KiB
ReStructuredText

Contributor's Guide
===================
In this section you will find information on how to contribute to Zun.
Content includes architectural overviews, tips and tricks for setting up
a development environment, and information on Cinder's lower level programming
APIs.
HowTos and Tutorials
--------------------
If you are new to Zun, this section contains information that should help
you quickly get started.
.. toctree::
:maxdepth: 1
Setting Up Your Development Environment <quickstart>
There are documents that should help you develop and contribute to the
project.
.. toctree::
:maxdepth: 1
Developer Contribution Guide <contributing>
Setting Up Your Development Environment Under Mod WSGI <mod-wsgi>
Running Tempest Tests <tempest-tests>
Running Unit Tests <unit-tests>
Multinode Devstack <multinode-devstack>
There are some other important documents also that helps new contributors to
contribute effectively towards code standards to the project.
.. toctree::
:maxdepth: 1
Adding a New API Method <api-microversion>
Changing Zun DB Objects <objects>
Documentation Contribution
--------------------------
.. toctree::
:maxdepth: 2
documentation
Other Resources
---------------
.. toctree::
:maxdepth: 3
launchpad
gerrit
jenkins
releasenotes
capsule
vision-reflection