Contributing Guide
May 9, 2026 · View on GitHub
- Make sure you have read and understand the Motivation section to be aligned with the project goals.
- Before submitting a PR please make a comment in the relevant issue to inform maintainers that you would like to work on it. Ensure that you don’t work on issues that have already been assigned to the maintainers. You’ll be free to take up unassigned ones.
- If this is something new and there is no issue asociated with the PR you would want to create it first using either "Feature Request" or "Bug Report" template.
- All workflow scripts (like prettier, linter, tests) have to pass successfully. They are run on a CI server by
npm run ci-checkscript. - Code coverage should not decline both in terms of type and runtime unit tests.