Skip to content

Instantly share code, notes, and snippets.

@sujitrulz
Forked from pocotan001/commit-emoji.md
Created January 10, 2017 08:42
Show Gist options
  • Save sujitrulz/e2800d4db9df32123090a3f90ea17d62 to your computer and use it in GitHub Desktop.
Save sujitrulz/e2800d4db9df32123090a3f90ea17d62 to your computer and use it in GitHub Desktop.

Revisions

  1. @pocotan001 pocotan001 revised this gist May 18, 2016. No changes.
  2. @pocotan001 pocotan001 revised this gist Sep 26, 2015. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -11,5 +11,4 @@
    - :white_check_mark: when adding tests
    - :lock: when dealing with security
    - :arrow_up: when upgrading dependencies
    - :arrow_down: when downgrading dependencies
    - :shirt: when removing linter warnings
    - :arrow_down: when downgrading dependencies
  3. @pocotan001 pocotan001 revised this gist Sep 26, 2015. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,5 @@
    - :white_check_mark: when adding tests
    - :lock: when dealing with security
    - :arrow_up: when upgrading dependencies
    - :arrow_down: when downgrading dependencies
    - :arrow_down: when downgrading dependencies
    - :shirt: when removing linter warnings
  4. @pocotan001 pocotan001 revised this gist May 12, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    - :lipstick: when improving the format/structure of the code
    - :art: when improving the format/structure of the code
    - :rocket: when improving performance
    - :pencil2: when writing docs
    - :bulb: new idea
  5. @pocotan001 pocotan001 revised this gist Dec 3, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@
    - :bug: when fixing a bug
    - :white_check_mark: when adding tests
    - :lock: when dealing with security
    - :arrow_up: when upgrading dependencies
    - :arrow_up: when upgrading dependencies
    - :arrow_down: when downgrading dependencies
  6. @pocotan001 pocotan001 revised this gist Dec 3, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -10,3 +10,4 @@
    - :bug: when fixing a bug
    - :white_check_mark: when adding tests
    - :lock: when dealing with security
    - :arrow_up: when upgrading dependencies
  7. @pocotan001 pocotan001 created this gist Aug 15, 2014.
    12 changes: 12 additions & 0 deletions commit-emoji.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    - :lipstick: when improving the format/structure of the code
    - :rocket: when improving performance
    - :pencil2: when writing docs
    - :bulb: new idea
    - :construction: work in progress
    - :heavy_plus_sign: when adding feature
    - :heavy_minus_sign: when removing feature
    - :speaker: when adding logging
    - :mute: when reducing logging
    - :bug: when fixing a bug
    - :white_check_mark: when adding tests
    - :lock: when dealing with security