kolla-ansible/doc/CONTRIBUTING.rst
Kenny Johnston 856d0a866c Minor formatting change to CONTRIBUTING.rst
Removed numbered list formatting from single
item list.

Change-Id: Ifc9722e620eefc2580da921bc0c3084b9c25142c
2016-08-15 11:49:36 -05:00

1.3 KiB

How To Contribute

Basics

  1. Our source code is hosted on OpenStack Kolla Git. Bugs should be filed on launchpad.
  2. Please follow OpenStack Gerrit Workflow to to contribute to Kolla.
  3. 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.
  4. 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
  5. TrivialFix tags or bugs are not required for documentation changes.

Development Environment

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