5bb5899a6c
TrivialFix Change-Id: I6351da3c273c293cc97724f10cc0fea94a3f2fda
1.5 KiB
1.5 KiB
How To Contribute
Basics
- Our source code is hosted on OpenStack Kolla Git. Bugs should be filed on launchpad.
- 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 instable/branch
, unless when not applicable. A bug in astable/branch
will first have to be fixed inmaster
. - 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.
Please use the existing sandbox repository, available at https://git.openstack.org/cgit/openstack-dev/sandbox, for learning, understanding and testing the Gerrit Workflow.