Skip to content

Commit

Permalink
docs: add some references for the git commit message template
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 21, 2025
1 parent 77bf4c5 commit 5e6392f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/dot_git-commit-message
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Format: <type>(<scope>): <subject>
#
# scope is optional
Expand All @@ -9,3 +10,8 @@
# refactor: (refactoring production code, eg. renaming a variable)
# test: (adding missing tests, refactoring tests; no production code change)
# chore: (updating grunt tasks etc; no production code change)
#
# References:
# https://www.conventionalcommits.org/
# https://gist.github.com/lisawolderiksen/a7b99d94c92c6671181611be1641c733
# https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716

0 comments on commit 5e6392f

Please sign in to comment.