Created
March 1, 2017 15:56
-
-
Save haya14busa/406890ece7d7ca4bceaa9fb10b9571b0 to your computer and use it in GitHub Desktop.
Commit emoji convention
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
## Commit emoji convention | |
# | |
# | emoji | description | | |
# |--------------------|-----------------------------------------| | |
# | :memo: | Add comment or doc | | |
# | :gift: | New feature. | | |
# | :bug: | Bug fix | | |
# | :bomb: | Breaking compatibility. | | |
# | :white_check_mark: | Write test. | | |
# | :fire: | Remove something. | | |
# | :beer: | I'm happy like reduced code complexity. | |
.gitconfig
[commit]
template = /path/to/.git_commit_msg.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
credit: https://github.com/t9md/atom-vim-mode-plus#commit-emoji-convention