📚 Show icons for the commit types

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot
2019-09-12 20:14:49 +02:00
committed by Andrey Antukh
parent 3c6f7b30eb
commit 22f7c0b020

View File

@@ -41,7 +41,7 @@ free video series:
https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
We will use the `easy fix` mark for tag for indicate issues that are We will use the `easy fix` mark for tag for indicate issues that are
easy for begginers. easy for beginners.
## Commit Message Guidelines ## ## Commit Message Guidelines ##
@@ -60,22 +60,22 @@ The commit message format is:
Where type is: Where type is:
- `:bug:` a commit that fixes a bug - :bug: `:bug:` a commit that fixes a bug
- `:sparkles:` a commit that an improvement - :sparkles: `:sparkles:` a commit that an improvement
- `:tada:` a commit with new feature - :tada: `:tada:` a commit with new feature
- `:recycle:` a commit that introduces a refactor - :recycle: `:recycle:` a commit that introduces a refactor
- `:lipstick:` a commit with cosmetic changes - :lipstick: `:lipstick:` a commit with cosmetic changes
- `:ambulance:` a commit that fixes critical bug - :ambulance: `:ambulance:` a commit that fixes critical bug
- `:books:` a commit that improves or adds documentation - :books: `:books:` a commit that improves or adds documentation
- `:construction:`: a wip commit - :construction: `:construction:`: a wip commit
- `:construction_worker:` a commit with CI related stuff - :construction_worker: `:construction_worker:` a commit with CI related stuff
- `:boom:` a commit with breaking changes - :boom: `:boom:` a commit with breaking changes
- `:wrench:` a commit for config updates - :wrench: `:wrench:` a commit for config updates
- `:zap:` a commit with performance improvements - :zap: `:zap:` a commit with performance improvements
- `:whale:` a commit for docker related stuff - :whale: `:whale:` a commit for docker related stuff
- `:rewind:` a commit that reverts changes - :rewind: `:rewind:` a commit that reverts changes
- `:paperclip:` a commit with other not relevant changes - :paperclip: `:paperclip:` a commit with other not relevant changes
- `:arrow_up:` a commit with dependencies updates - :arrow_up: `:arrow_up:` a commit with dependencies updates
More info: https://gist.github.com/parmentf/035de27d6ed1dce0b36a More info: https://gist.github.com/parmentf/035de27d6ed1dce0b36a