Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 564 Bytes

Contributing guidelines

Any contributions are welcome. Also, check out TODO list.

Code style

C++

Python

  • Python 3.10
  • Follow pep8
  • Format with autopep8
  • Double quote over single quote
  • Lint with pylint with default rules
  • Lint with flake8
  • Lint with pydocstyle

Tests

  • TBD