Skip to content

UMA Branching and Contributions

Jaimi edited this page Apr 2, 2024 · 1 revision

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-*

Clone this wiki locally