Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document contains guidelines how to specify commit comments and merge request (MR) title and description. Please check out /wiki/spaces/CMD/pages/5432398970 on how name a Git branch.
Gitlab can be found at http://gitlab.docker.marinels.local

Commits

Every commit must contain the Jira task Id, it's full task nameURL to the Jira task and optionally a short description about this commit (in that order).
The reason for this structure is to be able to quickly grasp what task this commit is about and what has changed in this commit.

Example:  

Merge Request

When creating a merge request MR please follow some guidelines and naming conventions:

...