5a6239391f
1.What is the problem An OpenStack project should be created based on the template generated by cookiecutter: http://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter There are some files missing in the Tricircle compared to the files generated by cookiecutter template. 2.What's need to be fixed: This patch sets is to amend this missing files. Moreover, README.md was renamed to README.rst, and the installation part with devstack was moved to doc/source/installation.rst according to the cookiecutter generated template. The README.rst in the Tricircle root folder was updated accordingly, and only the description of the Tricircle was remained. 3.What is the purpose of this patch set: To make the Tricircle follow other OpenStack project folder structure template which could be generated by cookiecutter to keep consistency. Change-Id: I65d4c376a87eccded12bd3f08bcd9ee89def95d4 Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
18 lines
652 B
ReStructuredText
18 lines
652 B
ReStructuredText
If you would like to contribute to the development of OpenStack, you should
|
|
follow the steps in this page:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html
|
|
|
|
If you already knew how the OpenStack CI system works and your
|
|
OpenStack accounts is setup properly, you can start from the development
|
|
workflow section in that documentation to know how you should commit your
|
|
patch set for review via the Gerrit tool:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
|
|
Any pull requests submitted through GitHub will be ignored.
|
|
|
|
Any bug should be filed on Launchpad, not GitHub:
|
|
|
|
https://bugs.launchpad.net/tricircle
|