Merge "[Community goal] Update contributor documentation"

This commit is contained in:
Zuul 2020-07-03 13:26:06 +00:00 committed by Gerrit Code Review
commit df56e21c90
2 changed files with 34 additions and 20 deletions

View File

@ -1,22 +1,19 @@
If you would like to contribute to the development of the Placement service and The source repository for this project can be found at:
have never developed for an offical OpenStack project before, you must follow
the steps in this page to perform required setup:
https://docs.openstack.org/infra/manual/developers.html https://opendev.org/openstack/placement
Once those steps have been completed, changes to OpenStack may be submitted for Pull requests submitted through GitHub are not monitored.
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:
There is a growing suite of documentation for Placement contributors published https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
at:
https://docs.openstack.org/placement/latest/contributor/index.html Bugs should be filed on Storyboard:
Note that OpenStack does not use GitHub. Pull requests and issues submitted https://storyboard.openstack.org/#!/project/placement
there will not be seen.
Bugs should be filed on StoryBoard: For more specific information about contributing to this repository, see the
placement contributor guide:
https://storyboard.openstack.org/#!/project/openstack/placement https://docs.openstack.org/placement/latest/contributor/contributing.html

View File

@ -11,13 +11,25 @@
License for the specific language governing permissions and limitations License for the specific language governing permissions and limitations
under the License. under the License.
=========================== ============================
Contributing to Placement 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.
Below will cover the more project specific information you need to get started
with placement.
Communication
-------------
As an official OpenStack project, Placement follows the overarching processes As an official OpenStack project, Placement follows the overarching processes
outlined in the `Project Team Guide`_ and `Developer's Guide`_. Contribution is outlined in the `Project Team Guide`_. Contribution is welcomed from any
welcomed from any interested parties and takes many different forms. interested parties and takes many different forms.
To make sure everything gets the attention it deserves and work is not To make sure everything gets the attention it deserves and work is not
duplicated there are some guidelines, stated here. duplicated there are some guidelines, stated here.
@ -310,8 +322,12 @@ should be re-proposed (via gerrit) to the current cycle. Include
If there have been no changes, core reviewers should feel free to fast-approve If there have been no changes, core reviewers should feel free to fast-approve
(only one ``+2`` required) the change. (only one ``+2`` required) the change.
Project Team Lead Duties
------------------------
PTL duties are enumerated in the `PTL guide`_.
.. _Project Team Guide: https://docs.openstack.org/project-team-guide/ .. _Project Team Guide: https://docs.openstack.org/project-team-guide/
.. _Developer's Guide: https://docs.openstack.org/infra/manual/developers.html
.. _openstack-discuss: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss .. _openstack-discuss: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
.. _list archive: http://lists.openstack.org/pipermail/openstack-discuss/ .. _list archive: http://lists.openstack.org/pipermail/openstack-discuss/
.. _StoryBoard: https://storyboard.openstack.org/#!/project/openstack/placement .. _StoryBoard: https://storyboard.openstack.org/#!/project/openstack/placement
@ -325,3 +341,4 @@ If there have been no changes, core reviewers should feel free to fast-approve
.. _stein schedule: https://releases.openstack.org/stein/schedule.html .. _stein schedule: https://releases.openstack.org/stein/schedule.html
.. _release note: https://docs.openstack.org/reno/latest/ .. _release note: https://docs.openstack.org/reno/latest/
.. _PEP 8: https://www.python.org/dev/peps/pep-0008/ .. _PEP 8: https://www.python.org/dev/peps/pep-0008/
.. _PTL guide: https://docs.openstack.org/project-team-guide/ptl.html