Git GuidelineΒΆ

  1. Use GitHub Flow as branching model. For a more sophisticated release process use git-flow, just without a develop branch.

  2. Commit messages should follow conventionalcommits.org.

  3. The branch name consists of the issue ID and the issue title, e.g. 42_update_dependencies.