npm install
With the default configuration, your commit messages should follow the Conventional Commits format:
-
feat: add a new feature
-
fix: resolve an issue
-
docs: update documentation
-
style: format code without changing functionality
-
refactor: restructure code
-
test: add or update tests