diff options
| author | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2020-03-03 08:42:23 -0500 |
|---|---|---|
| committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2020-03-05 09:31:16 -0500 |
| commit | 9191d76450c0d80400a08e730a8f54f826e23022 (patch) | |
| tree | b9789d7dabb4386df99acf2aa76f24d6f6177702 /doc/source/contributor | |
| parent | 8d0d0521c62aafc5cb364dd8033635fd8f88f826 (diff) | |
| download | python-cinderclient-9191d76450c0d80400a08e730a8f54f826e23022.tar.gz | |
Ussuri contrib docs community goal
This patch standardizes the CONTRIBUTING.rst file and adds
doc/source/contributor/contributing.rst
Change-Id: I892e49f96573b77b46bd8847a5d2ac8254e8e5e1
Diffstat (limited to 'doc/source/contributor')
| -rw-r--r-- | doc/source/contributor/contributing.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst new file mode 100644 index 0000000..b43385a --- /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. + +The python-cinderclient is maintained by the OpenStack Cinder project. +To understand our development process and how you can contribute to it, please +look at the Cinder project's general contributor's page: +http://docs.openstack.org/cinder/latest/contributor/contributing.html |
