Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 483 Bytes

File metadata and controls

34 lines (26 loc) · 483 Bytes

Contributing

Setup

npm install
npm test
npm run build

Development Workflow

  1. Create a branch from main.
  2. Make your changes.
  3. Run checks locally:
npm test
npm run build
npm pack --dry-run
  1. Open a pull request with:
  • A clear summary of changes.
  • Testing notes.
  • Any follow-up work.

Commit Style

Conventional Commits are recommended:

  • feat: new features
  • fix: bug fixes
  • docs: documentation
  • chore: tooling/maintenance