Created
September 15, 2017 05:38
-
-
Save deepak/b7ac9dc20ac7526186e48df79cab0edf to your computer and use it in GitHub Desktop.
standard commit message with gitmoji
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### standard commit message | |
Am using commitzen for the git commit message | |
It is a one liner eg: `<type>(<scope>): <subject> :gitemoji:` | |
`type` can be chore, feat or docs | |
`scope` can be `html`, `css`, `js` or `lint` | |
and `scope` is optional | |
`gitemoji` maybe | |
- :green_heart: for lint | |
- :sparkles: for feature | |
- :construction: for work in progress (WIP) | |
- :memo: for docs | |
there is no upper limit for the git message, but not too long | |
picked up from [karma](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) | |
see [gitmoji](https://gitmoji.carloscuesta.me/) for emoji examples. we use gitmoji as github shows a fun git message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment