Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 451 Bytes

File metadata and controls

19 lines (13 loc) · 451 Bytes

Contributing

Development

  1. Install Node.js 20 or newer.
  2. Run npm install.
  3. Run npm run verify before opening a pull request.

Pull requests

  • Keep changes focused.
  • Update documentation for public behavior changes.
  • Include validation notes when changing runtime behavior.

Release process

  1. Update package.json and CHANGELOG.md.
  2. Merge into the default branch.
  3. Publish a GitHub Release to trigger npm publication.