Gitlab can be found at http://gitlab.docker.marinels.local
When creating a merge request please follow some guidelines and naming conventions:
- Every feature/bug needs a merge request in Gitlab
- Merge request title: [JIRA Task Id]: [JIRA Task Title] (e.g. PSDEV-300: CSMART Scheduler - Sorting Problem Exists in Allocation Report)
- If you want to prevent accidental merging add the prefix 'WIP' in front of the title. It can't be merged until WIP is removed.
- If you have multiple tasks in one merge request, add all Jira Task Ids to the title so they get properly linked (i.e. SUCO-401/SUCO-354: CUK - Org Profile Field Updates)
- Merge request description:
Line 1: URL to JIRA task (i.e. https://marinels.atlassian.net/browse/PSDEV-300)
- Line 2+ any details you deem important to know
- Assignee: Stefan
Add Comment