Skip to content

arttet/git-conventional-commits

Repository files navigation

git-conventional-commits

crates build codecov docs license

pre-commit hook to validate commit messages

Environment Setup

  1. Install the pre-commit framework pip install pre-commit
  2. Install the commit-msg hook pre-commit install -t commit-msg