Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 709 Bytes

Contributing

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.