Dazzle Quality Handbook.

Version control system.

GitLab is used for our project repositories at Dazzle. You can log in to GitLab via Keycloak.

We use the Git flow branching model for our projects, with feature branches for each new feature. Branches have to start with the Redmine issue id and commits also. Eg branch: feature/issue-123456, Commit: Issue #123456: My commit message

https://gitlab.dazzle.be/

For more information on how to write a good commit message, see this article.

Next

Continuous integration and continuous delivery >