From 498cc2998d70f3137150d31cd6acd022946de450 Mon Sep 17 00:00:00 2001 From: Jeremy Freudberg Date: Wed, 22 Apr 2020 13:43:30 -0400 Subject: [PATCH] Ussuri contributor docs community goal - Updated CONTRIBUTING.rst per goal guidelines - Created doc/source/contributor/contributing.rst per goal guidelines Change-Id: Ief8e8cf4bc7a85621189f5e050e3b60d0cb59de0 --- CONTRIBUTING.rst | 19 +++++++++++++++++++ doc/source/contributor/contributing.rst | 14 ++++++++++++++ doc/source/contributor/index.rst | 8 ++++++++ doc/source/index.rst | 1 + 4 files changed, 42 insertions(+) create mode 100644 CONTRIBUTING.rst create mode 100644 doc/source/contributor/contributing.rst create mode 100644 doc/source/contributor/index.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..586338b --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,19 @@ +The source repository for this project can be found at: + + https://opendev.org/openstack/sahara-plugin-mapr + +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 Storyboard: + + https://storyboard.openstack.org/#!/project/openstack/sahara-plugin-mapr + +For more specific information about contributing to this repository, see the +sahara-plugin-mapr contributor guide: + + https://docs.openstack.org/sahara-plugin-mapr/latest/contributor/contributing.html diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst new file mode 100644 index 0000000..2780942 --- /dev/null +++ b/doc/source/contributor/contributing.rst @@ -0,0 +1,14 @@ +============================ +So You Want to Contribute... +============================ + +For general information on contributing to OpenStack, please check out the +`contributor guide `_ 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. + +sahara-plugin-mapr is maintained by the OpenStack Sahara project. +To understand our development process and how you can contribute to it, please +look at the Sahara project's general contributor's page: +http://docs.openstack.org/sahara/latest/contributor/contributing.html diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst new file mode 100644 index 0000000..5534923 --- /dev/null +++ b/doc/source/contributor/index.rst @@ -0,0 +1,8 @@ +================= +Contributor Guide +================= + +.. toctree:: + :maxdepth: 2 + + contributing diff --git a/doc/source/index.rst b/doc/source/index.rst index 8999811..79a36ed 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -6,3 +6,4 @@ MapR plugin for Sahara user/index + contributor/index