Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.2 KB

Contributing to shadcn-zod-form

Thank you for your interest in contributing to shadcn-zod-form! We welcome contributions from the community to help improve and grow this project.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Install dependencies with pnpm install.
  4. Create a new branch for your feature or bug fix.

Development

  • 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.

Testing

  • 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).

Linting

  • Run pnpm lint to check for code style issues.
  • Fix any linting errors before submitting your pull request.

Submitting Changes

  1. Commit your changes with a clear and descriptive commit message.
  2. Push your changes to your fork on GitHub.
  3. Create a pull request against the main repository.
  4. Describe your changes in the pull request description.

Questions

If you have any questions or need further clarification, please open an issue on GitHub.

Thank you for contributing to shadcn-zod-form!