Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 448 Bytes

Contributing to the Logfire JavaScript SDK - instructions

  1. Fork and clone the repository.
  2. Run npm 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 npm 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!