Welcome to the contribution guide! If you're interested in contributing to our project, here's how to get started:
Steps to Contribute 💡
Fork the Repository
Fork the project on GitHub to create your own copy.Set Up Your Environment
Clone your fork and install dependencies:git clone https://github.com/your-username/your-repo.git cd your-repo npm install
Check the Roadmap
Explore our developer roadmap to find open tasks.
Code Submission Guidelines 📝
- Use clear commit messages with emojis:
✅feat: add new feature
❌fix bug
(preferfix: bug_in_xxx
) - Follow the code style guide for consistency.
Documentation Contributions 📘
- Update docs in
/docs/
directory. - Ensure examples are well-documented and error-free.
For more details, check our contributing policy. Let's build something great together! 🚀