UMA Branching and Contributions - umasteeringgroup/UMA GitHub Wiki
Welcome to the UMA wiki!
Github Branching Model
Main Branches
Never commit directly to these branches!
Master
Develop
Supporting Branches
Release
May branch from: develop
Must merge back into: develop and master
Branch naming convention: release-*
Feature
May branch from: develop
Must merge back into: develop
Branch naming convention: feature-*
Hotfix
May branch from: master
Must merge back into: develop and master
Branch naming convention: hotfix-*