Skip to content

Instantly share code, notes, and snippets.

@mbigatti
Forked from pocotan001/commit-emoji.md
Last active June 18, 2024 11:51
Show Gist options
  • Save mbigatti/13daf45a90e477f8a97fd87e242b1bda to your computer and use it in GitHub Desktop.
Save mbigatti/13daf45a90e477f8a97fd87e242b1bda to your computer and use it in GitHub Desktop.

Emoticons for commit messages

General

  • 🚧 work in progress

Primary activities

  • ⚑, πŸ”Ό improvement
  • βž• when adding feature
  • βž– when removing feature
  • πŸ› when fixing a bug

Secondary activities

  • 🎨, πŸ”¨ when improving the format / structure of the code (refactoring)
  • 🧹 when improving based on a linter suggestion
  • πŸ’Έ when introducing technical debt
  • ♻️ dead / redundant code elimination
  • πŸš€ when improving performance
  • πŸ’Ύ when improving disk usage
  • πŸ”’ when dealing with security
  • πŸ”ˆ when adding logging
  • πŸ”‡ when reducing logging
  • πŸ‘Ž when deprecating code
  • πŸ“ when updating templates
  • πŸ“Š when improving monitoring

Support activities

  • ✏️ when writing docs
  • β˜‘οΈ when editing TODO and FIXME comments
  • ⬆️ when upgrading dependencies
  • ⬇️ when downgrading dependencies
  • πŸ“¦ when updating pom.xml
  • πŸ’‘ new idea

Meta

  • 🐳 Docker related
  • βš™οΈ script, CI / CD related
  • βœ… when adding tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment