Thank you for considering contributing to this project! Please follow these guidelines to ensure a smooth collaboration.
- Open an issue before submitting a Pull Request (PR). This helps us discuss and validate your proposal.
- Follow conventional commit formatting for commit messages.
- Submit a PR for version updates separately—never include package updates in unrelated PRs.
- Write tests using Jest for helpers and core logic.
- Create a Storybook story for new components or updates.
- Document all components with their parameters.
- 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! 🚀