Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 282 Bytes

BRANCH_NAMING_CONVENTIONS.md

File metadata and controls

26 lines (17 loc) · 282 Bytes

Branch naming convention

type_scope-of-the-work

Type

The type of action executed.

feat|fix

Scope of the work

The very thing your working on.

Ex: github-action, docker-setup, db-init, ...

Examples

feat_github-action
fix_docker-setup