From aae0b12bd1906fb8fbb7d8037b68af382df61a15 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 13 May 2021 18:11:03 -0500 Subject: [PATCH] [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 --- CONTRIBUTING.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 04e2c06..bcf2cb3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,17 +1,19 @@ -If you would like to contribute to the development of OpenStack, you must -follow the steps in this page: +The source repository for this project can be found at: + + 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 -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: +To start contributing to OpenStack, follow the steps in the contribution guide +to set up and use Gerrit: - 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, not GitHub: +Bugs should be filed on Launchpad: 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