Thank you for your interest in contributing to this project!
-
Fork the repository
-
Create a new branch
git checkout -b feature/your-feature-name-
Make your changes
-
Commit your changes
git commit -m "Add: your feature description"- Push to your fork
git push origin feature/your-feature-name- Open a Pull Request
- Follow the existing project structure
- Use clear and meaningful commit messages
- Write clean, readable, and maintainable code
- Test your changes before submitting
- Avoid breaking existing functionality
If you find a bug or want to suggest a feature:
- Open an issue with a clear title and description
- Include steps to reproduce (if applicable)
- Provide screenshots or logs if helpful
- Follow consistent naming conventions
- Keep functions modular and reusable
- Add comments where necessary
✨ Thank you for helping improve this project!