summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-23 13:08:29 +0000
committerGerrit Code Review <review@openstack.org>2020-04-23 13:08:29 +0000
commit92239ce4e223dcfa2c298d0c5ca509a5099c713e (patch)
treea6fa59e63b28bd7f26c184711bafc142878fec4d
parent5b6f800139b541b8c4ed7fb22d26261f969c1d06 (diff)
parentcaf07f433f7728877326baf3f20fa3a3ff736ac7 (diff)
downloadpython-saharaclient-92239ce4e223dcfa2c298d0c5ca509a5099c713e.tar.gz
Merge "Ussuri contributor docs community goal"
-rw-r--r--CONTRIBUTING.rst24
-rw-r--r--doc/source/contributor/contributing.rst14
-rw-r--r--doc/source/contributor/index.rst20
-rw-r--r--doc/source/index.rst1
4 files changed, 31 insertions, 28 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 918dede..358d773 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,21 +1,19 @@
-If you would like to contribute to the development of OpenStack,
-you must follow the steps in the "If you're a developer"
-section of this page:
+The source repository for this project can be found at:
- https://wiki.openstack.org/wiki/How_To_Contribute
+ https://opendev.org/openstack/python-saharaclient
-You can find more Sahara-specific info in our How To Participate guide:
+Pull requests submitted through GitHub are not monitored.
- https://docs.openstack.org/python-saharaclient/latest/how_to_participate.html
+To start contributing to OpenStack, follow the steps in the contribution guide
+to set up and use Gerrit:
-Once those steps have been completed, changes to OpenStack
-should be submitted for review via the Gerrit tool, following
-the workflow documented at:
+ https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
- https://docs.openstack.org/infra/manual/developers.html#development-workflow
+Bugs should be filed on Storyboard:
-Pull requests submitted through GitHub will be ignored.
+ https://storyboard.openstack.org/#!/project/openstack/python-saharaclient
-Bugs should be filed on Storyboard, not GitHub:
+For more specific information about contributing to this repository, see the
+python-saharaclient contributor guide:
- https://storyboard.openstack.org/#!/project/934
+ https://docs.openstack.org/python-saharaclient/latest/contributor/contributing.html
diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst
new file mode 100644
index 0000000..14e88dd
--- /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 <https://docs.openstack.org/contributors/>`_ 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.
+
+python-saharaclient 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
index f89906b..5534923 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -1,16 +1,8 @@
-Contributing
-============
+=================
+Contributor Guide
+=================
-``python-saharaclient`` is part of the Sahara project.
-It has a separate `storyboard`_ page which should be used to report bugs.
-Like the other projects of the OpenStack community, code contribution happens
-through `gerrit`_.
+.. toctree::
+ :maxdepth: 2
-Please refer to the `Sahara documentation`_ and its
-`How to Participate section`_ for more information on
-how to contribute to the project.
-
-.. _Sahara documentation: https://docs.openstack.org/sahara/latest/
-.. _How to Participate section: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html
-.. _storyboard: https://storyboard.openstack.org/#!/project/934
-.. _gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow
+ contributing
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 68c0f56..f6969fb 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -23,4 +23,3 @@ Contents:
reference/index
cli/index
contributor/index
-