Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I1e0c546a72c75193e8c742c02dc189d178a0312c
This commit is contained in:
parent
0b74d6b73b
commit
0ced872d5f
@ -1,10 +1,10 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
you must follow the steps in the "If you're a developer"
|
||||
section of this page: [http://wiki.openstack.org/HowToContribute](https://wiki.openstack.org/HowToContribute#If_you.27re_a_developer)
|
||||
you must follow the steps in this page:
|
||||
[http://docs.openstack.org/infra/manual/developers.html](http://docs.openstack.org/infra/manual/developers.html#development-workflow)
|
||||
|
||||
Once those steps have been completed, changes to OpenStack
|
||||
should be submitted for review via the Gerrit tool, following
|
||||
the workflow documented at [http://wiki.openstack.org/GerritWorkflow](https://wiki.openstack.org/GerritWorkflow).
|
||||
the workflow documented at [http://docs.openstack.org/infra/manual/developers.html#development-workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow).
|
||||
|
||||
Pull requests submitted through GitHub will be ignored.
|
||||
|
||||
|
@ -92,7 +92,7 @@ or Mac OS X 10.7 (OpenSSL 0.9.8r) works fine with cinder.
|
||||
|
||||
Getting the code
|
||||
----------------
|
||||
Grab the code from GitHub::
|
||||
Grab the code::
|
||||
|
||||
git clone https://github.com/openstack/cinder.git
|
||||
cd cinder
|
||||
@ -148,4 +148,4 @@ Once your work is complete you may wish to contribute it to the project.
|
||||
Cinder uses the Gerrit code review system. For information on how to submit
|
||||
your branch to Gerrit, see GerritWorkflow_.
|
||||
|
||||
.. _GerritWorkflow: http://wiki.openstack.org/GerritWorkflow
|
||||
.. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
@ -8,9 +8,9 @@ Gerrit is a complete replacement for Github pull requests. `All Github pull
|
||||
requests to the Cinder repository will be ignored`.
|
||||
|
||||
See `Gerrit Workflow Quick Reference`_ for information about how to get
|
||||
started using Gerrit. See `Gerrit, Jenkins and Github`_ for more detailed
|
||||
started using Gerrit. See `Development Workflow`_ for more detailed
|
||||
documentation on how to work with Gerrit.
|
||||
|
||||
.. _Gerrit: http://code.google.com/p/gerrit
|
||||
.. _Gerrit, Jenkins and Github: http://wiki.openstack.org/GerritJenkinsGithub
|
||||
.. _Gerrit Workflow Quick Reference: http://wiki.openstack.org/GerritWorkflow
|
||||
.. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit Workflow Quick Reference: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
Loading…
Reference in New Issue
Block a user