Skip to content

Instantly share code, notes, and snippets.

@josephmcasey
Last active July 19, 2018 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephmcasey/a428f78df8e2db87942ff99e67fb69d4 to your computer and use it in GitHub Desktop.
Save josephmcasey/a428f78df8e2db87942ff99e67fb69d4 to your computer and use it in GitHub Desktop.
LocusLabs Git Commit Message Template
# --
# ๐ŸŽ‰ - INIT():
# ๐ŸŽจ - FORMAT():
# โšก๏ธ - PERFORMANCE():
# ๐Ÿ”ฅ - DELETE():
# โœจ - FEAT():
# ๐Ÿ“ - DOCS():
# ๐Ÿš€ - DEPLOY():
# ๐Ÿ— - ARCHITECTURE():
# ๐Ÿ”– - VERSION():
# ๐Ÿšง - WIP():
# โ™ป๏ธ - REFACTOR():
# ๐Ÿšฎ - DEPRECATE():
# โช - REVERT():
# ๐Ÿ”€ - MERGE():
# ๐Ÿ‘Œ - CODE_REVIEW():
# ๐Ÿ”Š - ADD_LOG
# ๐Ÿ”‡ - REMOVE_LOG
# -- Bad Things ---
# โœ๏ธ - TYPO():
# ๐Ÿ› - BUG():
# ๐Ÿš‘ - HOTFIX():
# ๐Ÿ’ฅ - BREAK():
# -- Minor Changes ---
# ๐Ÿฑ - ASSET_UPDATE():
# ๐Ÿ’ฌ - STRING_UPDATE():
# --- Test Related ---
# โœ… - TEST():
# ๐Ÿคก - TEST_MOCKS():
# ๐Ÿ“ธ - TEST_SNAPSHOTS():
# ๐Ÿ”ฌ - EXPERIMENTATION():
# --- Project Maintenance ---
# ๐Ÿ›  - DEV_TOOLS():
# ๐Ÿ”ง - CONFIG():
# ๐Ÿ“ฆ - DEPENDENCY():
# ๐Ÿ™ˆ - IGNORE_FILES():
# --- Rarities ---
# ๐Ÿ’„ - UI():
# ๐Ÿšธ - UX():
# ๐Ÿ”’ - SECURITY():
# ๐ŸŽ - OSX():
# ๐Ÿง - LINUX():
# ๐Ÿ - WINDOWS():
# ๐Ÿค– - ANDROID():
# ๐Ÿ - IOS():
# ๐Ÿ‘ท - CI/CD():
# ๐Ÿ“ˆ - ANALYTICS():
# ๐Ÿณ - DOCKER():
# ๐ŸŒ - I18N():
# ๐Ÿ‘ฝ - EXTERNALITIES():
# ๐Ÿšš - MOVE():
# ๐Ÿ“„ - LICENSE():
# โ™ฟ๏ธ๏ธ - ACCESSIBILITY():
# ๐Ÿ‘ฅ - CONTRIBUTORS():
# --- Funny ---
# ๐Ÿฅš - EASTER():
# ๐Ÿ’ฉ - HACK():
# ๐Ÿป - DRUNK():
# Related Resource URLs:
# - one
# - two
# - three
# Noteworthy Related Events:
# - Modified Azure/AWS resources
# - Tested code through cli / app
@mosofsky
Copy link

I suggest adding a section to say what the developer tested.

@josephmcasey
Copy link
Author

Thanks @mosofsky ! After using this a little more, I found a structure that is a little more suited for higher quality commits that I started using on my Mac, WIN PC, and Ubuntu PC! Let me know what you think of the related events section! I tried to keep it generic enough to be useful to more people than myself.

@josephmcasey
Copy link
Author

Note: add a category for things related to project tools/cli

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