You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

482 B

Contributing

Commits to this project must adhere to the Conventional Commits specification that will allow us to automate version bumps and changelog entry creation.

After cloning this repository, you must install the pre-commit hook for conventional commits:

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pre-commit
pre-commit install --install-hooks -t pre-commit -t pre-push -t commit-msg