Skip to content

Instantly share code, notes, and snippets.

@levyadams
Forked from adeekshith/.git-commit-template.txt
Last active May 24, 2018 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levyadams/b78b12d1bb45ef97be98c4a82b3645b0 to your computer and use it in GitHub Desktop.
Save levyadams/b78b12d1bb45ef97be98c4a82b3645b0 to your computer and use it in GitHub Desktop.
This commit message template helps you write great commit messages and enforce it across teams.
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# --- COMMIT END ---
# Type can be
# feat (new feature)
# fix (bug fix)
# refactor (refactoring production code)
# style (formatting, missing semi colons, etc; no code change)
# docs (changes to documentation)
# test (adding or refactoring tests; no production code change)
# chore (updating grunt tasks etc; no production code change)
# --------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment