$table
Emoji | Code | Description | Semver |
---|---|---|---|
🎨 | :art: |
Improve structure / format of the code. | |
⚡️ | :zap: |
Improve performance. | patch |
🔥 | :fire: |
Remove code or files. | |
🐛 | :bug: |
Fix a bug. | patch |
🚑️ | :ambulance: |
Critical hotfix. | patch |
✨ | :sparkles: |
Introduce new features. | minor |
📝 | :memo: |
Add or update documentation. | |
🚀 | :rocket: |
Deploy stuff. | |
💄 | :lipstick: |
Add or update the UI and style files. | patch |
🎉 | :tada: |
Begin a project. | |
✅ | :white_check_mark: |
Add, update, or pass tests. | |
🔒️ | :lock: |
Fix security issues. | patch |
🔐 | :closed_lock_with_key: |
Add or update secrets. | |
🔖 | :bookmark: |
Release / Version tags. | |
🚨 | :rotating_light: |
Fix compiler / linter warnings. | |
🚧 | :construction: |
Work in progress. | |
💚 | :green_heart: |
Fix CI Build. | |
⬇️ | :arrow_down: |
Downgrade dependencies. | patch |
⬆️ | :arrow_up: |
Upgrade dependencies. | patch |
📌 | :pushpin: |
Pin dependencies to specific versions. | patch |
👷 | :construction_worker: |
Add or update CI build system. | |
📈 | :chart_with_upwards_trend: |
Add or update analytics or track code. | patch |
♻️ | :recycle: |
Refactor code. | |
➕ | :heavy_plus_sign: |
Add a dependency. | patch |
➖ | :heavy_minus_sign: |
Remove a dependency. | patch |
🔧 | :wrench: |
Add or update configuration files. | patch |
🔨 | :hammer: |
Add or update development scripts. | |
🌐 | :globe_with_meridians: |
Internationalization and localization. | patch |
✏️ | :pencil2: |
Fix typos. | patch |
💩 | :poop: |
Write bad code that needs to be improved. | |
⏪️ | :rewind: |
Revert changes. | patch |
🔀 | :twisted_rightwards_arrows: |
Merge branches. | |
📦️ | :package: |
Add or update compiled files or packages. | patch |
👽️ | :alien: |
Update code due to external API changes. | patch |
🚚 | :truck: |
Move or rename resources (e.g.: files, paths, routes). | |
📄 | :page_facing_up: |
Add or update license. | |
💥 | :boom: |
Introduce breaking changes. | major |
🍱 | :bento: |
Add or update assets. | |
♿️ | :wheelchair: |
Improve accessibility. | patch |
💡 | :bulb: |
Add or update comments in the source code. | |
🔥️ | :fire: |
Remove features. | minor |
🚿 | :shower: |
Add or update UI tests. | |
🌈 | :rainbow: |
Add or update colors. | patch |
📸 | :camera_flash: |
Add or update snapshots. | |
⚗️ | :alembic: |
Experiment new things. | |
🏷️ | :label: |
Add or update types (e.g.: TypeScript). | patch |
🌱 | :seedling: |
Add or update seed files. | |
🚩 | :triangular_flag_on_post: |
Add, update, or remove feature flags. | patch |
🥚 | :egg: |
Add or update an easter egg. | |
🔍 | :mag: |
Improve SEO. | patch |
🍻 | :beers: |
Write code drunk. | |
💬 | :speech_balloon: |
Add or update text and literals. | patch |
🗃️ | :card_file_box: |
Perform database related changes. | |
🔊 | :loud_sound: |
Add or update logs. | patch |
🔇 | :mute: |
Remove logs. | patch |
🙈 | :see_no_evil: |
Add or update .gitignore. | |
💥 | :boom: |
Introduce breaking changes. | major |
🆙 | :up: |
Upgrade to a newer version. | patch |
🆕 | :new: |
Add a new feature. | minor |
🚧 | :construction: |
Work in progress. | |
⚡ | :zap: |
Improve performance. | patch |
🐛 | :bug: |
Fix a bug. | patch |
🔒 | :lock: |
Fix security issues. | patch |
📚 | :books: |
Documentation. | |
🌐 | :globe_with_meridians: |
Internationalization and localization. | patch |
✨ | :sparkles: |
New features. | minor |
♻ | :recycle: |
Refactoring. | |
🚨 | :rotating_light: |
Remove linter warnings. | |
🚑 | :ambulance: |
Critical hotfix. | patch |
💩 | :poop: |
Write bad code that needs to be improved. | |
⚰ | :coffin: |
Remove dead code. |
$ref
https://github.com/carloscuesta/gitmoji/
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !