validations-common/CONTRIBUTING.rst
Jiri Podivin 723985f718 Explaining stable branches in CONTRIBUTING.rst
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I429f65498960f3555326f23b1ec2af592414a95f
2022-05-24 09:58:47 +02:00

3.0 KiB

For general information on contributing to OpenStack, please check out the contributor guide to get started. It covers all the basics that are common to all OpenStack projects: the accounts you need, the basics of interacting with our Gerrit review system, how we communicate as a community, etc.

The information below will cover the project specific information you'll need to get started with validation-framework.

Branches and version management

Validation Framework project uses semantic versioning and derives names of stable branches from the released minor versions. The latest minor version released is the only exception as it is derived from the master branch.

Therefore, all code used by version 1.n.* of the project resides in stable/1.n branch, and when version 1.(n+1) is released, new branch stable/1.(n+1) will be created.

By default, stable branches recieve only bug fixes and feature backports are decided on case basis after all the necessary discussions and procedures have taken place.

Documentation

Documentation for the TripleO project can be found here

Communication

Contacting the Core Team

Please refer to the TripleO Core Team contacts.

Bug Tracking

We track our tasks in Launchpad and in StoryBoard

Reporting a Bug

You found an issue and want to make sure we are aware of it? You can do so on Launchpad. Please, add the validations tag to your bug.

More info about Launchpad usage can be found on OpenStack docs page

Getting Your Patch Merged

All changes proposed to the TripleO requires two Code-Review +2 votes from TripleO core reviewers before one of the core reviewers can approve patch by giving Workflow +1 vote.

Project Team Lead Duties

All common PTL duties are enumerated in the PTL guide.

The Release Process for TripleO is documented in Release Management.

Documentation for the TripleO project can be found here