[ussuri][goal] Update contributor documentation

This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38521
Change-Id: I774b09f640cf74139341e83e114fd0a23ed36542
This commit is contained in:
Ghanshyam Mann 2021-05-13 18:11:03 -05:00
parent d86c173670
commit aae0b12bd1
1 changed files with 13 additions and 11 deletions

View File

@ -1,17 +1,19 @@
If you would like to contribute to the development of OpenStack, you must The source repository for this project can be found at:
follow the steps in this page:
https://opendev.org/openstack/ec2api-tempest-plugin
http://docs.openstack.org/infra/manual/developers.html Pull requests submitted through GitHub are not monitored.
If you already have a good understanding of how the system works and your To start contributing to OpenStack, follow the steps in the contribution guide
OpenStack accounts are set up, you can skip to the development workflow to set up and use Gerrit:
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 https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad:
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/ec2-api https://bugs.launchpad.net/ec2-api
For more specific information about contributing to this repository, see the
ec2api-tempest-plugin contributor guide:
https://docs.openstack.org/ec2-api/latest/contributor/contributing.html