Welcome to the contribution guide! If you're interested in contributing to our project, here's how to get started:

Steps to Contribute 💡

  1. Fork the Repository
    Fork the project on GitHub to create your own copy.

  2. 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
    
  3. 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 (prefer fix: 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.
developer_contribution

For more details, check our contributing policy. Let's build something great together! 🚀