Contributing⚓︎
Contributing guide⚓︎
- Fork the project
- Make changes
- Test your changes via local Python & via Docker
- Create PR to
main
Development setup⚓︎
- Python with minimum version in
requires-pythonkey ofpyproject.toml. ReferDockerfileto know which version is used officially. - Activate your virtual environment
pip install '.[dev]'ormake install-dev
Build & test Docker image⚓︎
To build for local testing:
Test your build.
Bump version⚓︎
To bump the version of the project to 1.0.1: tbump 1.0.1