This document will be updated with general guidelines for making contributions to this project. In the mean time, included in this repo are a number of tools that will help maintain code quality and style.
After installing locally and activating your virtual environment, use the
following to activate pre-commit
hooks:
$ pre-commit install
Pre-commit will ensure you are meeting code standards before checking in code.
This project follows Conventional Commits.