This package is open to contributions. To contribute, please follow these steps:
- Fork the upstream repository into your personal account.
- Install poetry, and install project dependencies using
poetry install - Install pre-commit (for project linting) by running
pre-commit install - Create a new branch for your changes, and make sure to add tests
- Push the topic branch to your personal fork
- Run
pre-commit run --all-fileslocally to ensure proper linting - Create a pull request to the this repository with a detailed summary of your changes and what motivated the change