Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 580 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 format to format code
  7. Run make lint to lint code
  8. run make docs to build docs and make docs-serve to serve docs locally

You're now set up to start contributing!