|
| 1 | +Copied from https://gist.github.com/parmentf/035de27d6ed1dce0b36a. |
| 2 | + |
| 3 | +| Commit type | Emoji | |
| 4 | +|:---------------------------|:----------------------------------------------------------| |
| 5 | +| Initial commit | :tada: `:tada:` | |
| 6 | +| Version tag | :bookmark: `:bookmark:` | |
| 7 | +| New feature | :sparkles: `:sparkles:` | |
| 8 | +| Bugfix | :bug: `:bug:` | |
| 9 | +| Metadata | :card_index: `:card_index:` | |
| 10 | +| Documentation | :books: `:books:` | |
| 11 | +| Documenting source code | :bulb: `:bulb:` | |
| 12 | +| Performance | :racehorse: `:racehorse:` | |
| 13 | +| Cosmetic | :lipstick: `:lipstick:` | |
| 14 | +| Tests | :rotating_light: `:rotating_light:` | |
| 15 | +| Adding a test | :white_check_mark: `:white_check_mark:` | |
| 16 | +| Make a test pass | :heavy_check_mark: `:heavy_check_mark:` | |
| 17 | +| General update | :zap: `:zap:` | |
| 18 | +| Improve format/structure | :art: `:art:` | |
| 19 | +| Refactor code | :hammer: `:hammer:` | |
| 20 | +| Removing code/files | :fire: `:fire:` | |
| 21 | +| Continuous Integration | :green_heart: `:green_heart:` | |
| 22 | +| Security | :lock: `:lock:` | |
| 23 | +| Upgrading dependencies | :arrow_up: `:arrow_up:` | |
| 24 | +| Downgrading dependencies | :arrow_down: `:arrow_down:` | |
| 25 | +| Lint | :shirt: `:shirt:` | |
| 26 | +| Translation | :alien: `:alien:` | |
| 27 | +| Text | :pencil: `:pencil:` | |
| 28 | +| Critical hotfix | :ambulance: `:ambulance:` | |
| 29 | +| Deploying stuff | :rocket: `:rocket:` | |
| 30 | +| Fixing on MacOS | :apple: `:apple:` | |
| 31 | +| Fixing on Linux | :penguin: `:penguin:` | |
| 32 | +| Fixing on Windows | :checkered_flag: `:checkered_flag:` | |
| 33 | +| Work in progress | :construction: `:construction:` | |
| 34 | +| Adding CI build system | :construction_worker: `:construction_worker:` | |
| 35 | +| Analytics or tracking code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` | |
| 36 | +| Removing a dependency | :heavy_minus_sign: `:heavy_minus_sign:` | |
| 37 | +| Adding a dependency | :heavy_plus_sign: `:heavy_plus_sign:` | |
| 38 | +| Docker | :whale: `:whale:` | |
| 39 | +| Configuration files | :wrench: `:wrench:` | |
| 40 | +| Package.json in JS | :package: `:package:` | |
| 41 | +| Merging branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` | |
| 42 | +| Bad code / need improv. | :hankey: `:hankey:` | |
| 43 | +| Reverting changes | :rewind: `:rewind:` | |
| 44 | +| Breaking changes | :boom: `:boom:` | |
| 45 | +| Code review changes | :ok_hand: `:ok_hand:` | |
| 46 | +| Accessibility | :wheelchair: `:wheelchair:` | |
| 47 | +| Move/rename repository | :truck: `:truck:` | |
| 48 | +| Other | [Be creative](http://www.emoji-cheat-sheet.com/) | |
0 commit comments