Contributing
Setup
npm install
npm run check
Workflow
- Open or confirm an issue.
- Create a branch.
- Make a focused change.
- Run
npm run check. - Open a pull request with the PR template.
Before Opening A Pull Request
npm run check
npm run smoke
Standards
- keep PRs focused
- add tests when behavior changes
- update docs when setup or output changes
- communicate clearly and respectfully
For the full contributor guide, see CONTRIBUTING.md on GitHub.