Add contributing doc

Change-Id: I63f5fa45b20f3faa268bb9285dc8b1a8ee493ad9
This commit is contained in:
Proskurin Kirill 2016-09-05 19:58:55 +03:00
parent 83c9e01285
commit 148af22b04
1 changed files with 31 additions and 3 deletions

View File

@ -1,4 +1,32 @@
.. _CONTRIBUTING:
=================
How To Contribute
=================
General info
============
Contributing
============
.. include:: ../../CONTRIBUTING.rst
#. Bugs should be filed on launchpad_, not GitHub.
#. Please follow OpenStack `Gerrit Workflow`_ to contribute to CCP.
#. Since CCP has multiple Git repositories, make sure to use `Depends-On`_
Gerrit flag to create cross repository dependencies.
.. _launchpad: https://bugs.launchpad.net/fuel-ccp
.. _Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _Depends-On: http://docs.openstack.org/infra/manual/developers.html#cross-repository-dependencies
Useful documentation
====================
- Please follow our :doc:`quickstart` guide to deploy your environment and
test your changes.
- Please refer to :doc:`docker`, while making changes to Docker files.
- Please refer to :doc:`app_def_guide`, while making changes to ``service/*``
files.