Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 392 Bytes

BRANCHES.md

File metadata and controls

8 lines (5 loc) · 392 Bytes

Branches

  • master - The main branch, where the latest stable release is.
  • dev - The development branch, where the latest features are merged before they are released.

Creating a new branch

Follow the general convention of naming the branch as feature/feature-name or fix/fix-name or docs/docs-name or refactor/refactor-name or test/test-name or chore/chore-name etc