From bfcb3400e1cb9431dd40d7f2cbf90145c0aaee1a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 20 Apr 2020 19:09:56 -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: #38554 Change-Id: I2dadc466937664c9c5df5ea5a1cbe67fa9a30e55 --- CONTRIBUTING.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..a4070c5 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,20 @@ +The source repository for this project can be found at: + + https://opendev.org/openstack/karma-subunit-reporter + +Pull requests submitted through GitHub are not monitored. + +To start contributing to OpenStack, follow the steps in the contribution guide +to set up and use Gerrit: + + https://docs.openstack.org/contributors/code-and-documentation/quick-start.html + +Bugs should be filed on Launchpad: + + https://bugs.launchpad.net/tempest (We use Tempest Launchpad for karma-subunit-reporter + bugs tracking.) + +For more specific information about contributing to this repository, see the +Tempest contributor guide: + + https://docs.openstack.org/tempest/latest/contributor/contributing.html