Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 693 Bytes

File metadata and controls

33 lines (22 loc) · 693 Bytes

Contributing

Thanks for contributing to @enterwell/react-form-validation.

Prerequisites

  • Node.js 22 or newer
  • pnpm via Corepack

Local setup

corepack enable
pnpm install

Development workflow

  • 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:open if you want to work with Cypress component tests locally.

Pull requests

  • Open development pull requests against the stage branch.
  • Keep master for release-ready changes.
  • If your change affects a published package release, update the package version and CHANGELOG.md.