d731c27118
Add the following items for doc/source/contributor 1. add file for documentation, gerrit, jenkins, launchpad and releasenotes 2. Add README for admin, cli, install and contributor Change-Id: I6463a9e4df64a2e2e3cb0043f9e5aaa92aeb0519
17 lines
736 B
ReStructuredText
17 lines
736 B
ReStructuredText
Code Reviews with Gerrit
|
|
========================
|
|
|
|
Zun uses the `Gerrit`_ tool to review proposed code changes. The review site
|
|
is https://review.openstack.org.
|
|
|
|
Gerrit is a complete replacement for Github pull requests. `All Github pull
|
|
requests to the Zun repository will be ignored`.
|
|
|
|
See `Gerrit Workflow Quick Reference`_ for information about how to get
|
|
started using Gerrit. See `Development Workflow`_ for more detailed
|
|
documentation on how to work with Gerrit.
|
|
|
|
.. _Gerrit: https://bugs.chromium.org/p/gerrit/
|
|
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|