Contributing to the Pydantic Logfire JavaScript SDK - instructions
January 12, 2026 ยท View on GitHub
- Fork and clone the repository.
- Run
pnpm install. - Start the relevant example from
examplesand modify it accordingly to illustrate the change/feature you're working on. - Modify the package(s) source code located in
packages, runpnpm run buildto rebuild. - Commit your changes and push to your fork.
- Submit a pull request.
You're now set up to start contributing!