diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1752100..3902173 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,14 @@ If you would like to contribute to the development of OpenStack, -you must follow the steps in the "If you're a developer, start here" -section of this page: [http://wiki.openstack.org/HowToContribute](http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer.2C_start_here:) +you must follow the steps in this page: -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://wiki.openstack.org/GerritWorkflow). + [http://docs.openstack.org/infra/manual/developers.html](http://docs.openstack.org/infra/manual/developers.html) + +If you already have a good understanding of how the system works and your +OpenStack accounts are set up, you can skip to the development workflow section +of this documentation to learn how changes to OpenStack should be submitted for +review via the Gerrit tool: + + [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. diff --git a/jeepyb/cmd/close_pull_requests.py b/jeepyb/cmd/close_pull_requests.py index ce07501..70bc543 100644 --- a/jeepyb/cmd/close_pull_requests.py +++ b/jeepyb/cmd/close_pull_requests.py @@ -49,8 +49,9 @@ MESSAGE = """Thank you for contributing to %(project)s! %(project)s uses Gerrit for code review. -Please visit http://wiki.openstack.org/GerritWorkflow and follow the -instructions there to upload your change to Gerrit. +Please visit +http://docs.openstack.org/infra/manual/developers.html#development-workflow +and follow the instructions there to upload your change to Gerrit. """ diff --git a/jeepyb/cmd/welcome_message.py b/jeepyb/cmd/welcome_message.py index 456c4ea..305ac7c 100644 --- a/jeepyb/cmd/welcome_message.py +++ b/jeepyb/cmd/welcome_message.py @@ -89,7 +89,7 @@ def post_message(commit, gerrit_user, gerrit_ssh_key, message_file): Thanks again for supporting OpenStack, we look forward to working with you. IRC: https://wiki.openstack.org/wiki/IRC - Workflow: https://wiki.openstack.org/wiki/Gerrit_Workflow + Workflow: http://docs.openstack.org/infra/manual/developers.html Commit Messages: https://wiki.openstack.org/wiki/GitCommitMessages """