Merge "Ussuri contrib docs community goal"

This commit is contained in:
Zuul 2020-06-01 23:33:33 +00:00 committed by Gerrit Code Review
commit d1e69b195b
3 changed files with 28 additions and 12 deletions

@ -1,18 +1,19 @@
If you would like to contribute to the development of OpenStack, you The source repository for this project can be found at:
must follow the steps in this page:
https://docs.openstack.org/infra/manual/developers.html https://opendev.org/openstack/python-swiftclient
Once those steps have been completed, changes to OpenStack should be Pull requests submitted through GitHub are not monitored.
submitted for review via the Gerrit tool, following the workflow
documented at:
https://docs.openstack.org/infra/manual/developers.html#development-workflow To start contributing to OpenStack, follow the steps in the contribution guide
to set up and use Gerrit:
Gerrit is the review system used in the OpenStack projects. We're sorry, https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
but we won't be able to respond to pull requests submitted through
GitHub.
Bugs should be filed on Launchpad, not Github: Bugs should be filed on Launchpad:
https://bugs.launchpad.net/python-swiftclient https://bugs.launchpad.net/python-swiftclient
For more specific information about contributing to this repository, see the
swiftclient contributor guide:
https://docs.openstack.org/python-swiftclient/latest/contributor/contributing.html

@ -0,0 +1,14 @@
============================
So You Want to Contribute...
============================
For general information on contributing to OpenStack, please check out the
`contributor guide <https://docs.openstack.org/contributors/>`_ to get started.
It covers all the basics that are common to all OpenStack projects: the
accounts you need, the basics of interacting with our Gerrit review system, how
we communicate as a community, etc.
The python-swiftclient is maintained by the OpenStack Swift project.
To understand our development process and how you can contribute to it, please
look at the Swift project's general contributor's page:
http://docs.openstack.org/swift/latest/contributor/contributing.html

@ -16,6 +16,7 @@ Developer Documentation
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
contributor/contributing
cli/index cli/index
service-api service-api
client-api client-api