kolla-ansible/doc/CONTRIBUTING.rst
Mauricio Lima 6dfc1ef650 Add a CONTRIBUTING.rst for Kolla
Change-Id: I9910b4fba5ef11c26e687af3273e4fccaf5f235f
Closes-Bug: #1570017
2016-05-04 08:10:33 -04:00

1.3 KiB

How To Contribute

Basics

  • Our source code is hosted on OpenStack GitHub, but pull requests submitted through GitHub will be ignored. Bugs should be filed on launchpad, not GitHub.
  • Please follow OpenStack Gerrit Workflow to to contribute to Kolla.
  • Note the branch you're proposing changes to. master is the current focus of development. Kolla project has a strict policy of only allowing backports in stable/branch, unless when not applicable. A bug in a stable/branch will first have to be fixed in master.
  • Please file a launchpad blueprint for any significant code change and a bug for any significant bug fix or add a TrivialFix tag for simple changes. See how to reference a bug or a blueprint in the commit message here
  • TrivialFix tags or bugs are not required for documentation changes.

Development Environment

  • Please follow our quickstart to deploy your environment and test your changes