Thanks for contributing to @enterwell/react-form-validation.
- Node.js 22 or newer
pnpmvia Corepack
corepack enable
pnpm install- Keep changes focused and update tests or documentation when needed.
- Run the existing checks before opening a pull request:
pnpm build
pnpm test- Use
pnpm test:openif you want to work with Cypress component tests locally.
- Open development pull requests against the
stagebranch. - Keep
masterfor release-ready changes. - If your change affects a published package release, update the package version and
CHANGELOG.md.