Sources:
| Commit Emojis | |
|---|---|
| Improving structure / format of the code. | π¨ :art: |
| Improving performance. | β‘ :zap: |
| Removing code or files. | π₯ :fire: |
| Fixing a bug. | π :bug: |
| Critical hotfix. | π :ambulance: |
| Introducing new features. | β¨ :sparkles: |
| Writing docs. | π :memo: |
| Deploying stuff. | π :rocket: |
| Updating the UI and style files. | π :lipstick: |
| Initial commit. | π :tada: |
| Adding tests. | β
:white_check_mark: |
| Fixing security issues. | π :lock: |
| Fixing something on macOS. | π :apple: |
| Fixing something on Linux. | π§ :penguin: |
| Fixing something on Windows. | π :checkered_flag: |
| Fixing something on Android. | π€ :robot: |
| Fixing something on iOS. | π :green_apple: |
| Releasing / Version tags. | π :bookmark: |
| Removing linter warnings. | π¨ :rotating_light: |
| Work in progress. | π§ :construction: |
| Fixing CI Build. | π :green_heart: |
| Downgrading dependencies. | β¬οΈ :arrow_down: |
| Upgrading dependencies. | β¬οΈ :arrow_up: |
| Pinning dependencies to specific versions. | π :pushpin: |
| Adding CI build system. | π· :construction_worker: |
| Adding analytics or tracking code. | π :chart_with_upwards_trend: |
| Refactoring code. | β»οΈ :recycle: |
| Removing a dependency. | β :heavy_minus_sign: |
| Work about Docker. | π³ :whale: |
| Adding a dependency. | β :heavy_plus_sign: |
| Changing configuration files. | π§ :wrench: |
| Internationalization and localization. | π :globe_with_meridians: |
| Fixing typos. | βοΈ :pencil2: |
| Writing bad code that needs to be improved. | π© :hankey: |
| Reverting changes. | βͺ :rewind: |
| Merging branches. | π :twisted_rightwards_arrows: |
| Updating compiled files or packages. | π¦ :package: |
| Updating code due to external API changes. | π½ :alien: |
| Moving or renaming files. | π :truck: |
| Adding or updating license. | π :page_facing_up: |
| Introducing breaking changes. | π₯ :boom: |
| Adding or updating assets. | π± :bento: |
| Updating code due to code review changes. | π :ok_hand: |
| Improving accessibility. | βΏ :wheelchair: |
| Documenting source code. | π‘ :bulb: |
| Updating text and literals. | π¬ :speech_balloon: |
| Performing database related changes. | ποΈ :card_file_box: |
| Adding logs. | π :loud_sound: |
| Removing logs. | π :mute: |
| Adding contributor(s). | π₯ :busts_in_silhouette: |
| Improving user experience / usability. | πΈ :children_crossing: |
| Making architectural changes. | ποΈ :building_construction: |
| Working on responsive design. | π± :iphone: |
| Mocking things. | π€‘ :clown_face: |
| Adding an easter egg. | π₯ :egg: |
| Adding or updating a .gitignore file | π :see_no_evil: |
| Adding or updating snapshots | πΈ :camera_flash: |
Sources:
- Inspired by dannyfritz/commit-message-emoji
- See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | π :tada: |
| Version tag | π :bookmark: |
| New feature | β¨ :sparkles: |
| Bugfix | π :bug: |
| Metadata | π :card_index: |
| Documentation | π :books: |
| Documenting source code | π‘ :bulb: |
| Performance | π :racehorse: |
| Cosmetic | π :lipstick: |
| Tests | π¨ :rotating_light: |
| Adding a test | β
:white_check_mark: |
| General update | β‘ :zap: |
| Improve format/structure | π¨ :art: |
| Refactor code | π¨ :hammer: |
| Removing code/files | π₯ :fire: |
| Continuous Integration | π :green_heart: |
| Security | π :lock: |
| Upgrading dependencies | β¬οΈ :arrow_up: |
| Downgrading dependencies | β¬οΈ :arrow_down: |
| Lint | π :shirt: |
| Translation | π½ :alien: |
| Text | π :pencil: |
| Critical hotfix | π :ambulance: |
| Deploying stuff | π :rocket: |
| Fixing on MacOS | π :apple: |
| Fixing on Linux | π§ :penguin: |
| Fixing on Windows | π :checkered_flag: |
| Work in progress | π§ :construction: |
| Adding CI build system | π· :construction_worker: |
| Analytics or tracking code | π :chart_with_upwards_trend: |
| Removing a dependency | β :heavy_minus_sign: |
| Adding a dependency | β :heavy_plus_sign: |
| Docker | π³ :whale: |
| Configuration files | π§ :wrench: |
| Merging branches | π :twisted_rightwards_arrows: |
| Bad code / need improv. | π© :hankey: |
| Reverting changes | βͺ :rewind: |
| Breaking changes | π₯ :boom: |
| Code review changes | π :ok_hand: |
| Accessibility | βΏ :wheelchair: |
| Other | Be creative |