Thank you for considering contributing to Picodi! Below are some guidelines to help you get started.
- After cloning the repository, install dependencies by running
poetry install
. This will create a virtual environment in project directory and install all dependencies. - Make your changes.
- If you are adding new functionality, add tests for it.
- Run tests with
make test
. - Run linters with
make lint
. - If you are making changes to the readme or documentation, run
make test-docs
andmake docs
.
If you find any bugs or have feature requests, please open an issue on the GitHub Issues page. Provide as much detail as possible to help us understand and address the issue.
By contributing to Picodi, you agree that your contributions will be licensed under the MIT License.