3eb6c95424
In order to add the project to OpenStack Jenkins, Zuul we need to enable the following: * Running the test through tox (added tox.ini) * Making sure the project can be packaged and uploaded into pypi (moved all python files to the mors package) * Adding support for Sphinx Docunentation Part of the changes were autogenerated using OpenStack cookiecutter project which creates a template
18 lines
648 B
ReStructuredText
18 lines
648 B
ReStructuredText
If you would like to contribute to the development of OpenStack, you must
|
|
follow the steps in this page:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html
|
|
|
|
If you already have a good understanding of how the system works and your
|
|
OpenStack accounts are set up, you can skip to the development workflow
|
|
section of this documentation to learn how changes to OpenStack should be
|
|
submitted for review via the Gerrit tool:
|
|
|
|
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
|
|
|
Pull requests submitted through GitHub will be ignored.
|
|
|
|
Bugs should be filed on Launchpad, not GitHub:
|
|
|
|
https://bugs.launchpad.net/mors
|