Skip to content

Instantly share code, notes, and snippets.

@andrewconnell
Created August 21, 2017 13:48
Show Gist options
  • Select an option

  • Save andrewconnell/ddcb4595fd078f84d06e045330c1f833 to your computer and use it in GitHub Desktop.

Select an option

Save andrewconnell/ddcb4595fd078f84d06e045330c1f833 to your computer and use it in GitHub Desktop.
Emoji's I use for commit messages

Suggested Emojis

Emoji Raw Emoji Code Description
🎨 :art: when refactoring format/structure of the code
πŸ“ :pencil: when performing minor changes/fixing the code or language
🐎 :racehorse: when improving performance
πŸ“š :books: when writing docs
πŸ› :bug: when reporting a bug, with @FIXMEComment Tag
πŸš‘ :ambulance: when fixing a bug
🐧 :penguin: when fixing something on Linux
🍎 :apple: when fixing something on Mac OS
🏁 :checkered_flag: when fixing something on Windows
❌ :x: when removing code or files, maybe with @CHANGED Comment Tag
🚜 :tractor: when change file structure. Usually together with 🎨
♻️ :recycle: when adding/updating tests / code coverage
πŸ’š :green_heart: when fixing the CI build
πŸ”’ :lock: when dealing with security
⬆️ :arrow_up: when upgrading dependencies
⬇️ :arrow_down: when downgrading dependencies
⏩ :fast_forward: when forward-porting features from an older version/branch
βͺ :rewind: when backporting features from a newer version/branch
πŸ’„ :lipstick: when improving UI/Cosmetic
β™Ώ :wheelchair: when improving accessibility
🌎 :earth_americas: when dealing with globalization/internationalization/i18n/g11n
🚧 :construction: WIP(Work In Progress) Commits, maybe with @REVIEW Comment Tag
πŸ’Ž :gem: New Release
πŸ”– :bookmark: Version Tags
πŸŽ‰ :tada: Initial Commit
πŸ”ˆ πŸ”‡ :speaker: :mute: when Adding / Reducing Logging
⚑ :zap: when introducing New Features
✨ :sparkles: when introducing update to feature
πŸ’‘ :bulb: New Idea, with @IDEA Comment Tag
❄️ :snowflake: changing Configuration, Usually together with 🐧 or πŸŽ€ or πŸš€
πŸŽ€ :ribbon: Customer requested application Customization, with @HACK Comment Tag
πŸš€ :rocket: Anything related to Deployments/DevOps
🏦 :bank: Generic Database specific (Migrations, Scripts, Extensions, ...)
🐳 :whale: Docker Configuration
🀝 :handshake: when Merge files
πŸ™ :pray: issue: feature request
❓ :question: issue: question
πŸ‘· :construction_worker: when adding chore stuff to project
Copy link
Copy Markdown

ghost commented Oct 21, 2020

ok

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