- Install the pre-commit hooks with
make precommit
- PRs should be made against the
develop
branch. Branches made againstmain
will be requested to be rebased
- Follow pep8 as much as possible
- pre-commit hooks will catch the rest and will format code accordingly
- If you want to work on an issue comment and it will be assigned it to you.
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.