Skip to content

Git Workflow

Julia Joch edited this page May 6, 2020 · 4 revisions

Branches

Please start a new branch for each issue and name it accordingly:

  • feature/short_description
  • refactor/short_description
  • test/short_description
  • bug/short_description
  • fix/short_description

Before merging into the master branch, first merge to develop, in order to always have a stable version on the master branch.

After every sprint, the changes on develop will be integrated into the master branch.

Reviews

Before merging a new branch into the master branch, there must be one review from some other member of the team.