diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2014-12-05 03:30:41 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2014-12-05 03:30:41 +0000 |
commit | f7b4e8f13d0baaf731f5308e8a5b98ee1d6da6aa (patch) | |
tree | 8cdc2dcd4a41eb56d0bd27b727ec0ad72c844b35 /CONTRIBUTING.rst | |
parent | 5b4ba92c0462cca92a0306946e8ff9571e0e3252 (diff) | |
download | trove-f7b4e8f13d0baaf731f5308e8a5b98ee1d6da6aa.tar.gz |
Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: Ic33174d053274ab980c14da03b8394bfaf5375d3
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e81157cd..5c2f7e5a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer + 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 + http://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. @@ -67,7 +67,7 @@ Some other reviewing guidelines: Other references: - https://wiki.openstack.org/wiki/CodeReviewGuidelines - - https://wiki.openstack.org/wiki/How_To_Contribute + - http://docs.openstack.org/infra/manual/developers.html - https://wiki.openstack.org/wiki/ReviewChecklist - https://wiki.openstack.org/wiki/GitCommitMessages - http://docs.openstack.org/developer/hacking/ |