Skip to content
Tyler Field edited this page Jul 27, 2017 · 3 revisions

GitHub Best Practices

Workflow

The Feature Branch Workflow is pretty great.

Branch naming conventions

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.