Thanks for considering a contribution to ReactDriver.
git clone https://github.com/goutham-05/react-driver.git
cd react-driver
npm installFor the website:
cd website
npm installnpm run dev
npm --prefix website run devnpm test
npm run build
npm run test:e2eBefore opening a PR, make sure the package and website build:
npm run build
npm run vercel-build- Use conventional commit messages, for example
feat: add tooltip placement option. - Add tests for new behavior.
- Update
README.md,CHANGELOG.md, or website docs when the public API changes. - Keep changes focused; avoid formatting-only churn.
Pushes to main run CI and create version tags through GitHub Actions. Tag workflows publish to npm with provenance.