Contributing to the Logfire SDK and docs
May 26, 2026 ยท View on GitHub
We'd love anyone interested to contribute to the Logfire SDK and documentation.
How to contribute
- Fork and clone the repository
- Install uv
- Install pre-commit
- Run
make installto install dependencies - Run
make testto run unit tests - Run
make test-update-examplesto format and update examples in the docs - Run
make formatto format code - Run
make lintto lint code - Docs are rendered by the
pydantic/unified-docspipeline; there is no local MkDocs build in this repository
You're now set up to start contributing!