Table of Contents

Bitbucket/Git Process

Colm Carew 2018/05/11 03:55

A presentation of this process as well as a guide can be found here : https://docs.google.com/presentation/d/17kGNWKLKxOgc6KfrSidwojwKGvvpRA-2Am3dDusX-PY/edit#slide=id.p4

The initial review (credits to Anna!) - https://docs.google.com/document/d/1MxZtlwdKw69Y8HNs_1JxBMuFI97N-zsvnEtHRWJOfnw/edit

Note : It is the responsibility of the person who opened the PR to merge it, not the person who approves it. Though there are circumstances where the approver/anyone can merge it in.

Branching and Commit Conventions

Feature branches should include the name (IDMS-1235) of the ticket (or one of if many tickets) at the start of the branch name such as:

IDMS-1234-description

Every commit message should also contain the ticket, example commit message:

IDMS-1234 : Setting up a git demo

The Process

PR Checklist

This is just a guideline, common sense should be used when reviewing PR's