Hi! We're really excited that you're interested in contributing! Before submitting your contribution, please read through the following guide.
- Bug fixes and changes discussed in the existing issues are always welcome.
- For new ideas, please open an issue to discuss them before sending a PR.
- Make sure your PR passes
npm testand has appropriate commit messages.
Use Node.js 20 or newer, install dependencies with npm install.
After adding changes, make sure the project tests pass with npm test.
To run a specific linter or a test suite, please see the scripts section of package.json.