npm install
npm test
npm run build- Create a branch from
main. - Make your changes.
- Run checks locally:
npm test
npm run build
npm pack --dry-run- Open a pull request with:
- A clear summary of changes.
- Testing notes.
- Any follow-up work.
Conventional Commits are recommended:
feat:new featuresfix:bug fixesdocs:documentationchore:tooling/maintenance