Skip to content

Instantly share code, notes, and snippets.

@chonz0
Last active December 28, 2016 12:25
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 chonz0/2df5870d2a1e5982c5dadd51e293bb9f to your computer and use it in GitHub Desktop.
Save chonz0/2df5870d2a1e5982c5dadd51e293bb9f to your computer and use it in GitHub Desktop.
Emoji commits
Emoji Snippet Context
πŸŽ‰ :tada: initial commit
✨ :sparkles: new feature
βž• :heavy_plus_sign: add feature
βž– :heavy_minus_sign: remove feature
πŸ“¦ :package: modify package dependencies
🌐 :globe_with_meridians: internationalization / translations
πŸ”§ :wrench: tooling
🎨 :art: when improving the format/structure of the code
🐎 :racehorse: when improving performance
πŸ“š :books: when writing docs
πŸ“ :memo: when writing docs
πŸ› :bug: when reporting a bug, with @FIXME comment tag
πŸš‘ :ambulance: when fixing a bug
βœ… :white_check_mark: when adding tests
πŸ”’ :lock: when dealing with authentication
🚨 :rotating_light: security
⬆️ :arrow_up: when upgrading dependencies
⬇️ :arrow_down: when downgrading dependencies
πŸ’„ :lipstick: when improving UI/Cosmetic
♿️ :wheelchair: when improving accessibility
🚧 :construction: WIP (work in progress) commits, maybe with @REVIEW comment tag
πŸ”ˆ :speaker: when adding logging
πŸ”‡ :mute: when reducing logging
πŸ”– :bookmark: version Tags
πŸš€ :rocket: anything related to deployments/DevOps
πŸ’Ž :gem: new release
πŸ”₯ :fire: when removing code or files, maybe with @CHANGED comment tag
⚑️ :zap: when introducing backward-incompatible features, maybe with @CHANGED comment tag
πŸ’‘ :bulb: new idea, with @IDEA comment tag
πŸŽ€ :ribbon: customer requested application customization, with @HACK comment tag
πŸ’š :green_heart: when fixing the CI build
πŸ‘• :shirt: when removing linter/strict/deprecation warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment