Skip to content

Instantly share code, notes, and snippets.

@pocotan001
Last active February 3, 2024 07:01
Show Gist options
  • Save pocotan001/68f96bf86891db316f20 to your computer and use it in GitHub Desktop.
Save pocotan001/68f96bf86891db316f20 to your computer and use it in GitHub Desktop.

Revisions

  1. pocotan001 revised this gist May 18, 2016. No changes.
  2. 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 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 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 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 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 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