Last active
February 21, 2020 22:16
-
-
Save CarterBland/dfddf70256e1e2214afd98c177d0da73 to your computer and use it in GitHub Desktop.
This file contains 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
# [<tag>] (If applied, this commit will...) <subject> (Max 72 char) | |
# |<---- Preferably using up to 50 chars --->|<------------------->| | |
# Example: | |
# [feat] Implement automated commit messages | |
# (Optional) Explain why this change is being made | |
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| | |
# (Optional) Provide links or keys to any relevant tickets, articles or other resources | |
# Example: Github issue #23 | |
# --- COMMIT END --- | |
# Tag can be | |
# feat (new feature) | |
# dep (new dependency) | |
# fix (bug fix) | |
# refactor (refactoring code) | |
# style (formatting, missing semi colons, etc; no code change) | |
# doc (changes to documentation) | |
# test (adding or refactoring tests; no production code change) | |
# version (version bump/new release; no production code change) | |
# dbg (Changes in debugging code/frameworks; no production code change) | |
# license (Edits regarding licensing; no production code change) | |
# . checkpt (In order to commit and have someone help you debug a feature on their machine) | |
# hack (Temporary fix to make things move forward; please avoid it) | |
# WIP (Work In Progress; for intermediate commits to keep patches reasonably sized) | |
# defaults (changes default options) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment