Thank you for considering contributing to Raahi – AI Trip Planner! 🚀
- Fork the repository
- Clone your fork locally
- Create a new branch:
git checkout -b feature-name - Make your changes
- Test everything before you commit
- Commit with a clear message:
git commit -m "Add: new feature" - Push to your fork:
git push origin feature-name - Submit a Pull Request
Refer to the main README.md for full folder structure.
- Use consistent naming conventions
- Follow PEP8 for Python code
- Follow standard React & JS practices
- Format your code before committing
- Always check for existing issues before raising a new one
- Use labels appropriately
- Join our discussions under the Discussions tab for queries
Happy coding! 💻✨