Skip to main content
Contributions are welcome!

Workflow

  1. Fork and clone the repo
  2. Install dependencies:
bun install
  1. Make changes, write and run tests
bun test
  1. Ensure build work:
bun run build:single
  1. Open a PR

Getting started

If you are unsure where to start, or how to get involved join us in our slack.

Code style

  • Use Bun APIs if you can
  • Follow existing patterns in the codebase
  • Include tests for new functionality

Pull requests

When opening a PR:
  • Provide clear context about what the change does
  • PRs need to come from issues that were discussed
  • PRs need to reference the discussed issue