Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 657 Bytes

File metadata and controls

17 lines (13 loc) · 657 Bytes

Contributing to the Logfire SDK and docs

We'd love anyone interested to contribute to the Logfire SDK and documentation.

How to contribute

  1. Fork and clone the repository
  2. Install uv
  3. Install pre-commit
  4. Run make install to install dependencies
  5. Run make test to run unit tests
  6. Run make test-update-examples to format and update examples in the docs
  7. Run make format to format code
  8. Run make lint to lint code
  9. Run make docs to build docs and make docs-serve to serve docs locally

You're now set up to start contributing!