Skip to content

Latest commit

 

History

History
65 lines (63 loc) · 8.14 KB

File metadata and controls

65 lines (63 loc) · 8.14 KB

Commit Message Guide with Emojis

Using emoji prefixes to mark commit messages is a popular practice that makes commit messages more intuitive, concise, and easy to search. Below is the list of emojis used in the project:

Emoji Emoji Code Commit Description
🎨 :art: Improve code structure/format

🐎
:zap:
:racehorse:
Improve performance
🔥 :fire: Remove code or files
🐛 :bug: Fix a bug
🚑 :ambulance: Critical hotfix
:sparkles: Introduce new features
📝 :memo: Write documentation
🚀 :rocket: Deploy features
💄 :lipstick: Update UI and style files
🎉 :tada: Initial commit
:white_check_mark: Add tests
🔒 :lock: Fix security issues
🍎 :apple: Fix macOS-specific content
🐧 :penguin: Fix Linux-specific content
🏁 :checked_flag: Fix Windows-specific content
🤖 :robot: Fix Android-specific content
🍏 :green_apple: Fix iOS-specific issues
🔖 :bookmark: Release/Version tags
🚨 :rotating_light: Remove linter warnings
🚧 :construction: Work in progress
💚 :green_heart: Fix CI build issues
⬇️ :arrow_down: Downgrade dependencies
⬆️ :arrow_up: Upgrade dependencies
📌 :pushpin: Pin dependencies to specific versions
👷 :construction_worker: Add CI build system
📈 :chart_with_upwards_trend: Add analytics or tracking code
♻️ :recycle: Refactor code
🔨 :hammer: Major refactoring
:heavy_minus_sign: Remove a dependency
🐳 :whale: Docker-related work
:heavy_plus_sign: Add a dependency
🔧 :wrench: Modify configuration files
🌐 :globe_with_meridians: Internationalization and localization
✏️ :pencil2: Fix typos
💩 :hankey: Write bad code that needs improvement
:rewind: Revert changes
🔀 :twisted_rightwards_arrows: Merge branches
📦 :package: Update compiled files or packages
👽 :alien: Update code due to external API changes
🚚 :truck: Move or rename files
📄 :page_facing_up: Add or update license
💥 :boom: Introduce breaking changes
🍱 :bento: Add or update assets
👌 :ok_hand: Update code due to code review changes
:wheelchair: Improve accessibility
💡 :bulb: Document source code
🍻 :beers: Write code drunkenly
💬 :speech_balloon: Update text and literals
🗃️ :card_file_box: Perform database-related changes
🔊 :loud_sound: Add logs
🔇 :mute: Remove logs
👥 :busts_in_silhouette: Add contributors
🚸 :children_crossing: Improve user experience/usability
🏗️ :building_construction: Make architectural changes
📱 :iphone: Work on responsive design
🤡 :clown_face: Mock things
🥚 :egg: Add an easter egg
🙈 :see_no_evil: Add or update .gitignore file
📸 :camera_flash: Add or update snapshots