Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 393 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 393 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.
  • Your branch is linear and logical.