Created
November 21, 2020 12:28
-
-
Save davidaparicio/83b1b524e8fc11776588c02f60dc2ce3 to your computer and use it in GitHub Desktop.
emoji-commit-message
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
# ^--^ ^------------^ | |
# | +-> Summary in present tense. | |
# +-------> Type: build, chore, ci, docs, feat, fix, perf, refactor, revert, style, or test | |
# β¨ feat: new feature for the user, not a new feature for build script | |
# π fix: a bug fix or π₯ crash fix or π± memory leak | |
# π docs: π changes to the documentation only | |
# π style: π formatting, white-space, etc; no production code change | |
# π¨ refactor: π code change that does not fix a bug or add a feature, eg. renaming a variable | |
# π perf: π code change that improves performance | |
# π¨ test: β adding missing tests, refactoring tests; no production code change | |
# π¦ build: change that affects the build system or external dependencies (example scopes: gulp, npm) | |
# π· ci: change to the CI configuration files and scripts, π CI fixing | |
# π§ chore: change confs, π metadata or π¨ (UI) that does not modify src or test files | |
# βͺ revert: reverts a previous commit | |
# π init: initialize the git repository | |
# π₯ rem: ποΈ remove code or files, β»οΈ refactoring, π© deprecated | |
# π sec: improve security | |
# π§ wip: work in progress (do NOT merge) | |
# π a/b: adding A/B test or feature flag | |
# β‘ tag: π backwards-incompatible change (major change) | |
# β¬ upgr_dep: upgrading dependencies | |
# β¬ down_dep: downgrading dependencies | |
# π‘ metrics: adding instrumentation or metrics | |
# π log_add: adding logging | |
# π log_rem: removing logging | |
# βΏ access: improve accessibility | |
# π trad: internationalization | |
# https://buzut.net/git-bien-nommer-ses-commits/ | |
# https://github.com/cooperka/emoji-commit-messages |
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] | |
template = ~/.git_commit_msg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment