You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steven Maillet edited this page Jul 1, 2025
·
1 revision
Branching model
This repository generally follows the OneFlow
Git branching model. There is only one mainline active branch develop.
Feature branches
Feature branches feature/my-feature may exist from time to time though they are generally only needed for collaboration on
changes between multiple developers.
Release branches
Release branches exist while a release is prepared but once released no longer need to exist. (A tag marks a given release
AND there is a GitHub release created for each release as well)