Skip to content

Instantly share code, notes, and snippets.

@marcosricardoss
Created March 3, 2021 16:56
Show Gist options
  • Save marcosricardoss/05d836f82b07ceef7eceeac1101b0b71 to your computer and use it in GitHub Desktop.
Save marcosricardoss/05d836f82b07ceef7eceeac1101b0b71 to your computer and use it in GitHub Desktop.
Semantic Commit Messages
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.
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