Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 602 Bytes

File metadata and controls

34 lines (27 loc) · 602 Bytes

Commit Messages

Must start with one of the following prefixes:

chore:
docs:
feat:
fix:
refactor:
style:
test:

If related to a specific sub-project, that should be defined in brackets ():

feat(Node):
test(Server):

Examples:

chore: add Oyster build script
docs: explain hat wobble
feat: add beta sequence
fix: remove broken confirmation message
refactor: share logic between 4d3d3d3 and flarhgunnstow
style: convert tabs to spaces
test: ensure Tayne retains clothing

Inspired by Sparkbox's commit messages.