Pull requests
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making:
Bug
- Make sure the linting passes by running
pnpm lint && pnpm build
- Related issues linked using
fixes #number
- Integration tests added
Feature
- Make sure the linting passes by running
pnpm lint && pnpm build
- Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- Related issues linked using
fixes #number