We love contributions! Whether it's bug reports, feature requests, or code, all are welcome.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/gadget-quarterback.git - Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Push to your fork:
git push origin feature/amazing-feature - Open a Pull Request
- Kotlin: Follow Kotlin style guide
- Python: Follow PEP 8
- Commits: Use conventional commits (feat:, fix:, docs:, etc.)
Please add tests for new features:
- Android: Use JUnit and Espresso
- Python: Use pytest
Issues should include:
- Device model and Android version
- Steps to reproduce
- Expected vs actual behavior
- Logs/screenshots
Great ideas welcome! Please describe:
- Use case
- Expected behavior
- How it benefits users
By contributing, you agree your work is under MIT License.
Thank you! 🙌