We'd love anyone interested to contribute to the Logfire SDK and documentation.
- 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 - Run
make docsto build docs andmake docs-serveto serve docs locally
You're now set up to start contributing!