Skip to content

Instantly share code, notes, and snippets.

@wh0am1-dev
Forked from mutewinter/commit_format.txt
Last active July 16, 2019 09:13
Show Gist options
  • Save wh0am1-dev/3e166a8fab7c2ab8749ab6f31f1874b2 to your computer and use it in GitHub Desktop.
Save wh0am1-dev/3e166a8fab7c2ab8749ab6f31f1874b2 to your computer and use it in GitHub Desktop.
Semantic commits format

semantic commits

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> summary in present tense
|
+-------> type: chore, docs, feat, fix, refactor, style, or test

more 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment