Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 392 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 392 Bytes

Contribution guide

We welcome contributions! Learn how to find endpoints.

How to contribute

  1. Fork
  2. Write some code (with tests if possible)
  3. Write some docs
  4. Check code formatting. In project root folder run poetry run lint Proceed in case no issues found. Otherwise run poetry run lint:fix
  5. Run the tests
  6. Create a pull request on GitHub