- Update the README with any changes to the interface if applicable.
- Include unit tests where applicable (your code should not reduce test coverage).
- All commit messages must follow Conventional Commit format.
- Please submit pull requests from a feature branch in your fork, not from
main
ormaster
.
If you want the best chance of having your pull request approved, install pre-commit (if you use asdf there's already a .tool-versions
file for you) and then run the following command in your local project directory:
pre-commit install
This will ensure that your code is likely to pass all checks.