-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Maria Kim edited this page Oct 5, 2017
·
4 revisions
Welcome to the GatorGrouper wiki! Naming structure for branches off of master:
feature/i-<issue number>-<summary-of-issue>
Ex.
feature/i-1-command-line-arguments
Teams should branch off of their issue branches to split up tasks for addressing each issue To create a branch off of the issue branch:
$ git checkout feature/i-<issue number>-<summary-of-issue>
$ git checkout -b feature/<summary-of-task>
Each team can decide how to name the branches off of their own issue branches; however, it may be simplest to name it as in the example above.
Each pull request to merge into master
requires the reviews and approvals of 4 out of 7 project managers.