Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 302 Bytes

File metadata and controls

11 lines (9 loc) · 302 Bytes

Contributing

PR merge requirements

  • Appropriate semver version bump
    • You can use npm run bump <major|minor|patch> to do this quickly
  • Updated documentation in the readme for external API changes
  • All tests pass with 100% coverage
    • npm run test
  • All checks pass
    • npm run check