Skip to content

Instantly share code, notes, and snippets.

@WeipengMO
Created September 6, 2021 02:32
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 WeipengMO/e737dc60b862f376e16c654e01fb3c14 to your computer and use it in GitHub Desktop.
Save WeipengMO/e737dc60b862f376e16c654e01fb3c14 to your computer and use it in GitHub Desktop.
git commit template
# Type(<scope>): <subject>
# <body>
# <footer>
# Type should be one of the following:
# * feat (new feature)
# * fix (bug fix)
# * docs (changes to documentation)
# * style (formatting, missing semi colons, etc; no code change)
# * refactor (refactoring production code)
# * test (adding missing tests, refactoring tests; no production code change)
# * chore (updating grunt tasks etc; no production code change)
# Scope is just the scope of the change. Something like (admin) or (teacher).
# Subject should use impertivite tone and say what you did.
# The body should go into detail about changes made.
# The footer should contain any JIRA (or other tool) issue references or actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment