Git

Branching strategy

Todo

Documentation needed: Describe the branching strategy.

  • Possibly git-flow once we have tested it? Not sure…

  • branch names:
    • feature/#xxx/detailed-description

    • bugfix/#xxx/detailed-description

    • hotfix/#xxx/detailed-description

    • enhancement/#xxx/detail-description

    • int/vX.Y.Z+

Commit messages

Use common git message format guidelines, such as: