Contributing to the Pydantic Logfire JavaScript SDK - instructions

January 12, 2026 ยท View on GitHub

  1. Fork and clone the repository.
  2. Run pnpm install.
  3. Start the relevant example from examples and modify it accordingly to illustrate the change/feature you're working on.
  4. Modify the package(s) source code located in packages, run pnpm run build to rebuild.
  5. Commit your changes and push to your fork.
  6. Submit a pull request.

You're now set up to start contributing!