-
Notifications
You must be signed in to change notification settings - Fork 270
Github
Tyler Field edited this page Jul 27, 2017
·
3 revisions
The Feature Branch Workflow is pretty great.
Name your branches according to Github issue numbers.
example:
- There is an issue open on Github
switch to css grid layout #76
- I should name my branch that fixes this issue something like
76-switch-to-css-grid
This way, when other team members see your branch, they can see exactly what issue which branch addresses.