To contribute to this repository, use GitHub pull-requests to contribute code to this repository.
A few things to pay attention to:
- Dependencies are managed using poetry.
- Code is formatted using Black and imports are sorted using isort.
- Documentation conforms to the Google Python Style Guide.
- Your branch is linear and logical.
- Do not edit models directly. They have been
generated using quicktype. See the
contrib/generator/
folder for more information.