Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 895 Bytes

File metadata and controls

34 lines (23 loc) · 895 Bytes

🤝 Contributing to Raahi

Thank you for considering contributing to Raahi – AI Trip Planner! 🚀

How to Contribute

  1. Fork the repository
  2. Clone your fork locally
  3. Create a new branch: git checkout -b feature-name
  4. Make your changes
  5. Test everything before you commit
  6. Commit with a clear message: git commit -m "Add: new feature"
  7. Push to your fork: git push origin feature-name
  8. Submit a Pull Request

Project Structure

Refer to the main README.md for full folder structure.

Code Style

  • Use consistent naming conventions
  • Follow PEP8 for Python code
  • Follow standard React & JS practices
  • Format your code before committing

Issues & Discussions

  • Always check for existing issues before raising a new one
  • Use labels appropriately
  • Join our discussions under the Discussions tab for queries

Happy coding! 💻✨