Git GuidelineΒΆ
Use GitHub Flow as branching model. For a more sophisticated release process use git-flow, just without a
develop
branch.Commit messages should follow conventionalcommits.org.
The branch name consists of the issue ID and the issue title, e.g.
42_update_dependencies
.