Contributing
Any help with the project would be super appreciated. Here are some steps to get started.
- Clone the repo
- Install the dependencies
pip install -r requirements.txt pip install -r tests/requirements.txt
- Switch to the
develop
branch or create a new one - Make your changes
- To update the documentation, simply edit the docstrings for each method.
- Run the tests
- These flags will help show which lines are missing test coverage
pytest --cov orzo --cov-report term-missing
- These flags will help show which lines are missing test coverage
- Submit a pull request
- There are github actions set up to run the tests and build the docs for each pull request.