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 install
to install dependencies - Run
make test
to run unit tests - Run
make format
to format code - Run
make lint
to lint code - run
make docs
to build docs andmake docs-serve
to serve docs locally
You're now set up to start contributing!