Thank you for your interest in contributing to shadcn-zod-form! We welcome contributions from the community to help improve and grow this project.
- Fork the repository on GitHub.
- Clone your fork locally.
- Install dependencies with
pnpm install
. - Create a new branch for your feature or bug fix.
- Use
pnpm dev
to start the development server with watch mode. - Make your changes in the
src
directory. - Ensure your code follows the project's coding style and conventions.
- Add tests for new features or bug fixes.
- Run tests using
pnpm test
(Note: You may need to add a test script to package.json).
- Run
pnpm lint
to check for code style issues. - Fix any linting errors before submitting your pull request.
- Commit your changes with a clear and descriptive commit message.
- Push your changes to your fork on GitHub.
- Create a pull request against the main repository.
- Describe your changes in the pull request description.
If you have any questions or need further clarification, please open an issue on GitHub.
Thank you for contributing to shadcn-zod-form!