GitCommitEmoji.md
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: | 
    
| Make a test pass | βοΈ :heavy_check_mark: | 
    
| General update | β‘ :zap: | 
    
| Improve format/structure | π¨ :art: | 
    
| Refactor code | π¨ :hammer: | 
    
| Removing code/files | π₯ :fire: | 
    
| Continuous Integration (CI) | π©βπ³ | 
| Continuous delivery (CD) | πΏ :cd: | 
    
| Security | π :lock: | 
    
| New dependencies | π :new: | 
    
| Upgrading dependencies | β¬οΈ :arrow_up: | 
    
| Downgrading dependencies | β¬οΈ :arrow_down: | 
    
| Update files | π :up: | 
    
| Reverting changes | βͺ :rewind: | 
    
| Lint | π :shirt: | 
    
| Internationalization | π :globe_with_meridians: | 
    
| 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: | 
    
| Package.json in JS | π¦ :package: | 
    
| Merging branches | π :twisted_rightwards_arrows: | 
    
| Bad code / need improv. | π© :hankey: | 
    
| Warning | β οΈ :warning: | 
    
| Deprecation | π© :hankey: | 
    
| Removal | ποΈ | 
| Fix bad code | π :see_no_evil: | 
    
| Clean-up | π§Ό | 
| Breaking changes | π₯ :boom: | 
    
| Code review changes | π :ok_hand: | 
    
| Accessibility | βΏ :wheelchair: | 
    
| Move/rename repository | π :truck: | 
    
| Other | Be creative |