From a74eeba3235e4662c3c5cce236b42a754795ccdb Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 14 May 2021 15:26:14 -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: #38524 Change-Id: Ibca3f0d02bd5740b1502b32c9bc45fee75f956a6 --- CONTRIBUTING.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 00000000..0ae09c65 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,14 @@ +The source repository for this project can be found at: + + https://opendev.org/openstack/heat-specs + +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 + +This repository is for doing design review on feature proposal in Heat. +Please refer to `this document `_ +for more information.