Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I5198c8dc8b8442f34c6e86cb49c5e98d60dd8480
This commit is contained in:
parent
59c6b84c02
commit
76a1a2848d
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
||||
|
@ -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
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user