Workflow
- Fork and clone the repo
- Install dependencies:
- Make changes, write and run tests
- Ensure build work:
- 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
