Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 595 Bytes

Contributing

We would love to see others collaborate on this project, to make Algobot the most advanced cryptocurrency trading bot on the planet.

If you'd like to help out, feel free to submit pull requests. Or if you'd like to see new features, please do so using GitHub's issues.

Pre-commit

We leverage the pre-commit framework to perform linting and running some static analysis tools.

Install git hooks with pre-commit install or run the checks manually pre-commit run. Passing -a to run over all files.