Add descriptions for developers and reviewers

To setup ui-cookiecutter development environment for developer
and reviewer, this patch adds descriptions into CONTRIBUTING.rst.

Change-Id: Ifc8a16ba77ce8ea210223de0b842ad4c18f9dbe5
This commit is contained in:
Shu Muto 2016-11-30 13:35:45 +09:00
parent 7a43095d36
commit 3a5a4dab6b

View File

@ -15,3 +15,23 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/ui-cookiecutter
For developers and reviewers
----------------------------
To develop or review ui-cookiecutter, you can setup the environment as follows::
#. install cookiecutter
pip install cookiecutter
#. clone ui-cookiecutter git repository
git clone https://github.com/openstack/ui-cookiecutter.git
#. create change for develop or cherry-pick / checkout for reviewing
#. generate plugin as follows and check the change
cookiecutter <local repository>/ [--no-input]