Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 906 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 906 Bytes

Contributing Guide

Thank you for considering contributing to this project! Please follow these guidelines to ensure a smooth collaboration.

How to Contribute

  1. Open an issue before submitting a Pull Request (PR). This helps us discuss and validate your proposal.
  2. Follow conventional commit formatting for commit messages.
  3. Submit a PR for version updates separately—never include package updates in unrelated PRs.
  4. Write tests using Jest for helpers and core logic.
  5. Create a Storybook story for new components or updates.
  6. Document all components with their parameters.

Pull Request Process

  • Fork the repository and create a new branch for your changes.
  • Ensure your code follows the project's coding standards.
  • Run tests and verify that everything works before submitting.
  • Request a review from a maintainer.

We appreciate your contributions! 🚀