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

Reviews

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