Skip to content

Instantly share code, notes, and snippets.

@brunogama
Last active January 9, 2019 20:30
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 brunogama/58d6ec72cf0126b2599019ced59d9a33 to your computer and use it in GitHub Desktop.
Save brunogama/58d6ec72cf0126b2599019ced59d9a33 to your computer and use it in GitHub Desktop.
Git commit template
# |<---- Using a Maximum Of 50 Characters ---->|
Type:
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
Description:
# Ticket (Github issue #23, or Jira format)
Ticket:
# END -----------------------------------------------------------------
# Types
# 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)
#
# More info: https://www.conventionalcommits.org/en/v1.0.0-beta.2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment