Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 759 Bytes

File metadata and controls

18 lines (11 loc) · 759 Bytes

Contributing guide

Hi! We're really excited that you're interested in contributing! Before submitting your contribution, please read through the following guide.

General guidelines

  • 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 test and has appropriate commit messages.

Project setup

Use Node.js 20 or newer, install dependencies with npm install.

Testing

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.