Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 388 Bytes

File metadata and controls

17 lines (12 loc) · 388 Bytes

Contributing

Thanks for your interest in contributing!

Development setup

  1. Install Node.js (>= 22)
  2. Install dependencies: npm install
  3. Run checks: npm test
  4. Build: npm run build

Pull requests

  • Keep changes focused and easy to review.
  • Include a clear description of the problem and the approach.
  • Add/adjust tests when applicable.
  • Ensure npm test passes.