Welcome to our open-source community! 🌍 Here are the key guidelines for contributing:

🧰 Getting Started

  1. Read the Docs - Start by reviewing our documentation to understand project structure.
  2. Code Standards
    • Use Prettier for code formatting
    • Follow PEP8 for Python code
    • 📝 Add comments for complex logic

📌 Contribution Process

  1. Fork the repository 📁
  2. Create a feature branch 🌱
  3. Make your changes ✏️
  4. Submit a pull request 🚪
  5. Wait for feedback 🕒

🧪 Code Quality

  • Run tests before submitting: npm test or python -m pytest
  • Use ESLint for JavaScript
  • 🧾 Include unit tests for new features
  • 📌 Reference our code_of_conduct for community standards

📌 Additional Resources

contributing_guidelines
code_quality