Thanks for your interest in contributing 🎯
- Fork the repository
- Clone your fork
- Create a new branch
git checkout -b feature/your-feature-name
- Make changes
- Commit with proper message
git commit -m "feat: short description"
- Push branch
- Create Pull Request
- Follow MVVM pattern
- Keep UI in Compose
- One feature per PR
- No large PRs
- Proper naming conventions
- Comment before working
- Wait for assignment
- Share screenshots in PR
- Link issue with PR
- Kotlin coding standards
- Meaningful variable names
- No hardcoded strings
- Use ViewModel for logic