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 name, URL 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:
- Line 1: PSDEV-133: Moran - Dev/QA - Remove Feedback Scores
- Line 2: https://marinels.atlassian.net/browse/PSDEV-133
- Line 3+: (some notes about changes in this commit)
Merge Request
When creating a merge request MR please follow some guidelines and naming conventions:
...