Skip to content

Instantly share code, notes, and snippets.

@jhoffmann99
Forked from parmentf/GitCommitEmoji.md
Created June 10, 2022 05:25
Show Gist options
  • Save jhoffmann99/676a035eb97caddfb4af2213a1f4d1f7 to your computer and use it in GitHub Desktop.
Save jhoffmann99/676a035eb97caddfb4af2213a1f4d1f7 to your computer and use it in GitHub Desktop.

Revisions

  1. @parmentf parmentf revised this gist Apr 5, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions GitCommitEmoji.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@ See also [gitmoji](https://gitmoji.carloscuesta.me/).
    | Cosmetic | :lipstick: `:lipstick:` |
    | Tests | :rotating_light: `:rotating_light:` |
    | Adding a test | :white_check_mark: `:white_check_mark:` |
    | Make a test pass | :heavy_check_mark: `:heavy_check_mark:` |
    | General update | :zap: `:zap:` |
    | Improve format/structure | :art: `:art:` |
    | Refactor code | :hammer: `:hammer:` |
  2. @parmentf parmentf revised this gist Nov 28, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions GitCommitEmoji.md
    Original file line number Diff line number Diff line change
    @@ -38,6 +38,7 @@ See also [gitmoji](https://gitmoji.carloscuesta.me/).
    | Adding a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
    | Docker | :whale: `:whale:` |
    | Configuration files | :wrench: `:wrench:` |
    | Package.json in JS | :package: `:package:` |
    | Merging branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
    | Bad code / need improv. | :hankey: `:hankey:` |
    | Reverting changes | :rewind: `:rewind:` |
  3. @parmentf parmentf revised this gist Sep 19, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions GitCommitEmoji.md
    Original file line number Diff line number Diff line change
    @@ -44,4 +44,5 @@ See also [gitmoji](https://gitmoji.carloscuesta.me/).
    | Breaking changes | :boom: `:boom:` |
    | Code review changes | :ok_hand: `:ok_hand:` |
    | Accessibility | :wheelchair: `:wheelchair:` |
    | Move/rename repository | :truck: `:truck:` |
    | Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
  4. @parmentf parmentf renamed this gist May 11, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. @parmentf parmentf revised this gist Apr 14, 2017. 1 changed file with 44 additions and 21 deletions.
    65 changes: 44 additions & 21 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,47 @@
    Inspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/commit-message-emoji)

    | Commit type | Emoji |
    |:---------------------------|:-------------------------------------|
    | Initial commit | :tada: `:tada:` |
    | Version tag | :bookmark: `:bookmark:` |
    | New feature | :sparkles: `:sparkles:` |
    | Bugfix | :bug: `:bug:` |
    | Metadata | :card_index: `:card_index:` |
    | Documentation | :books: `:books:` |
    | Performance | :racehorse: `:racehorse:` |
    | Cosmetic | :lipstick: `:lipstick:` |
    | Tests | :rotating_light: `:rotating_light:` |
    | General update | :zap: `:zap:` |
    | Refactor format/structure | :art: `:art:` |
    | Removing code/files | :fire: `:fire:` |
    | Continuous Integration | :green_heart: `:green_heart:` |
    | Security | :lock: `:lock:` |
    | Upgrading dependencies | :arrow_up: `:arrow_up:` |
    | Downgrading dependencies | :arrow_down: `:arrow_down:` |
    | Lint | :shirt: `:shirt:` |
    | Translation | :alien: `:alien:` |
    | Text | :pencil: `:pencil:` |
    See also [gitmoji](https://gitmoji.carloscuesta.me/).

    | Commit type | Emoji |
    |:---------------------------|:----------------------------------------------|
    | Initial commit | :tada: `:tada:` |
    | Version tag | :bookmark: `:bookmark:` |
    | New feature | :sparkles: `:sparkles:` |
    | Bugfix | :bug: `:bug:` |
    | Metadata | :card_index: `:card_index:` |
    | Documentation | :books: `:books:` |
    | Documenting source code | :bulb: `:bulb:` |
    | Performance | :racehorse: `:racehorse:` |
    | Cosmetic | :lipstick: `:lipstick:` |
    | Tests | :rotating_light: `:rotating_light:` |
    | Adding a test | :white_check_mark: `:white_check_mark:` |
    | General update | :zap: `:zap:` |
    | Improve format/structure | :art: `:art:` |
    | Refactor code | :hammer: `:hammer:` |
    | Removing code/files | :fire: `:fire:` |
    | Continuous Integration | :green_heart: `:green_heart:` |
    | Security | :lock: `:lock:` |
    | Upgrading dependencies | :arrow_up: `:arrow_up:` |
    | Downgrading dependencies | :arrow_down: `:arrow_down:` |
    | Lint | :shirt: `:shirt:` |
    | Translation | :alien: `:alien:` |
    | Text | :pencil: `:pencil:` |
    | Critical hotfix | :ambulance: `:ambulance:` |
    | Deploying stuff | :rocket: `:rocket:` |
    | Fixing on MacOS | :apple: `:apple:` |
    | Fixing on Linux | :penguin: `:penguin:` |
    | Fixing on Windows | :checkered_flag: `:checkered_flag:` |
    | Work in progress | :construction: `:construction:` |
    | Adding CI build system | :construction_worker: `:construction_worker:` |
    | Analytics or tracking code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` |
    | Removing a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
    | Adding a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
    | Docker | :whale: `:whale:` |
    | Configuration files | :wrench: `:wrench:` |
    | Merging branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
    | Bad code / need improv. | :hankey: `:hankey:` |
    | Reverting changes | :rewind: `:rewind:` |
    | Breaking changes | :boom: `:boom:` |
    | Code review changes | :ok_hand: `:ok_hand:` |
    | Accessibility | :wheelchair: `:wheelchair:` |
    | Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
  6. @parmentf parmentf revised this gist May 9, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -20,4 +20,5 @@ Inspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/comm
    | Downgrading dependencies | :arrow_down: `:arrow_down:` |
    | Lint | :shirt: `:shirt:` |
    | Translation | :alien: `:alien:` |
    | Text | :pencil: `:pencil:` |
    | Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
  7. @parmentf parmentf revised this gist Jan 7, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -19,4 +19,5 @@ Inspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/comm
    | Upgrading dependencies | :arrow_up: `:arrow_up:` |
    | Downgrading dependencies | :arrow_down: `:arrow_down:` |
    | Lint | :shirt: `:shirt:` |
    | Translation | :alien: `:alien:` |
    | Other | [Be creative](http://www.emoji-cheat-sheet.com/) |
  8. @parmentf parmentf revised this gist Jan 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Inspired by dannyfritz/commit-message-emoji
    Inspired by [dannyfritz/commit-message-emoji](https://github.com/dannyfritz/commit-message-emoji)

    | Commit type | Emoji |
    |:---------------------------|:-------------------------------------|
  9. @parmentf parmentf created this gist Jan 6, 2016.
    22 changes: 22 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    Inspired by dannyfritz/commit-message-emoji

    | Commit type | Emoji |
    |:---------------------------|:-------------------------------------|
    | Initial commit | :tada: `:tada:` |
    | Version tag | :bookmark: `:bookmark:` |
    | New feature | :sparkles: `:sparkles:` |
    | Bugfix | :bug: `:bug:` |
    | Metadata | :card_index: `:card_index:` |
    | Documentation | :books: `:books:` |
    | Performance | :racehorse: `:racehorse:` |
    | Cosmetic | :lipstick: `:lipstick:` |
    | Tests | :rotating_light: `:rotating_light:` |
    | General update | :zap: `:zap:` |
    | Refactor format/structure | :art: `:art:` |
    | Removing code/files | :fire: `:fire:` |
    | Continuous Integration | :green_heart: `:green_heart:` |
    | Security | :lock: `:lock:` |
    | Upgrading dependencies | :arrow_up: `:arrow_up:` |
    | Downgrading dependencies | :arrow_down: `:arrow_down:` |
    | Lint | :shirt: `:shirt:` |
    | Other | [Be creative](http://www.emoji-cheat-sheet.com/) |