Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mexidense/e642fcab6f0bb129c1a9fa1d572d1d7a to your computer and use it in GitHub Desktop.
Save Mexidense/e642fcab6f0bb129c1a9fa1d572d1d7a to your computer and use it in GitHub Desktop.
Template
⭐️ feat: add beta sequence (new feature)
🛠 fix: remove broken confirmation message (bug fix)
♻️ refactor: share logic between 4d3d3d3 and flarhgunnstow (refactoring production code)
🌈 style: convert tabs to spaces (formatting, missing semi colons, etc; no code change)
🔍 test: ensure Tayne retains clothing (adding missing tests, refactoring tests; no production code change)
😒 chore: add Oyster build script (updating grunt tasks etc; no production code change)
📝 docs: explain hat wobble (changes to documentation)
Sources:
https://seesparkbox.com/foundry/semantic_commit_messages
https://dev.to/sublimegeek/semantic-commit-messages-with-emojis-3p8h
@Mexidense
Copy link
Author

Mexidense commented Jul 16, 2019

:star: feat: add beta sequence (new feature)
:hammer_and_wrench: fix: remove broken confirmation message (bug fix)
:recycle: refactor: share logic between 4d3d3d3 and flarhgunnstow (refactoring production code)
:rainbow: style: convert tabs to spaces (formatting, missing semi colons, etc; no code change)
:mag: test: ensure Tayne retains clothing (adding missing tests, refactoring tests; no production code change)
:unamused: chore: add Oyster build script (updating grunt tasks etc; no production code change)
:memo: docs: explain hat wobble (changes to documentation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment