Add more guidlines about how to contribute on oslo

These changes are extracted from oslo's projects contribution guide
`CONTRIBUTING.rst`, it could be more relevant to move them here and in a
second time to remove similar sentences on oslo.*.

Centralize it here will avoid to us to send patch over ~40 projects if
updated are needed on this part in the future.

Change-Id: Ia5cd75427ab72f6fc05308c726b7523bad69c1e6
This commit is contained in:
Hervé Beraud 2020-05-05 16:37:17 +02:00
parent ec8c81fb07
commit 432bb4139f
1 changed files with 15 additions and 0 deletions

View File

@ -48,6 +48,21 @@ Reporting a Bug
You found an issue and want to make sure we are aware of it? You can do so on You found an issue and want to make sure we are aware of it? You can do so on
`Launchpad <https://bugs.launchpad.net/oslo>`_. `Launchpad <https://bugs.launchpad.net/oslo>`_.
How to contribute
~~~~~~~~~~~~~~~~~
If you would like to contribute to the development of OpenStack, you must
follow the steps in this page:
https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack should be submitted
for review via the Gerrit tool, following the workflow documented at:
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Getting Your Patch Merged Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
In general, Oslo requires 2 +2's in order to merge a patch. Under some In general, Oslo requires 2 +2's in order to merge a patch. Under some