Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 580 Bytes

General guidelines

  • Install the pre-commit hooks with make precommit
  • PRs should be made against the develop branch. Branches made against main will be requested to be rebased

Coding style

  • Follow pep8 as much as possible
  • pre-commit hooks will catch the rest and will format code accordingly

Issues

  • If you want to work on an issue comment and it will be assigned it to you.

Testing

There are currently no automated tests for this project, however it is expected that all code can be ran. Adding automated testing is a welcome addition to the project.