Thank you for your interest in contributing to Droid-ify! This document provides guidelines for contributors.
- Search existing issues before creating new ones
- Use bug report templates when available
- Include system information and reproduction steps
- Add screenshots when applicable
- Check for existing requests to avoid duplicates
- Clearly describe the feature and its use case
- Explain why it would be valuable
- Bug fixes - Fix reported issues
- New features - Implement requested features
- Performance improvements - Optimize existing code
- Code refactoring - Improve code quality
Help translate Droid-ify via Weblate
Improve README, guides, and code comments
- Fork and clone the repository
- Set up environment following Building from Source
- Create a branch for your contribution
- Make changes following our guidelines
- Test thoroughly on different Android versions
- Create a pull request
- Follow Kotlin Coding Conventions
- Use meaningful variable and function names
- Prefer
valovervarwhen possible - Use Android Studio's default formatting (Ctrl+Alt+L)
- 4 spaces for indentation, 120 character line limit
- Organize imports and remove unused ones
- Follow Clean Architecture principles
- Domain layer: Business logic and models
- Data layer: Repository implementations and data sources
- Presentation layer: UI components and ViewModels
- Use Hilt for dependency injection
- Write meaningful tests for business logic
Use Conventional Commits format:
<type>: <description>
Types: feat, fix, docs, style, refactor, chore
Branch naming:
feature/descriptionfix/descriptiondocs/description
- Run tests and ensure they pass
- Update documentation if needed
- Test on actual devices when possible
- Rebase on latest main branch
- Clear title summarizing the change
- Description of what was changed and why
- Issue reference (e.g., "Fixes #123")
- Testing notes and screenshots for UI changes
| Type | Description |
|---|---|
bug |
Something isn't working |
enhancement |
New feature or improvement |
documentation |
Documentation related |
help wanted |
Community help needed |
good first issue |
Good for newcomers |
| Priority | Description |
|---|---|
critical |
Urgent fixes needed |
high |
Important issues |
medium |
Standard priority |
low |
Nice to have |
- Index V2 implementation - Modern repository format support
- Performance improvements - Faster sync and better UX
- Test coverage - More comprehensive testing
- Code quality - Refactoring and modernization
- Translation updates - Keep all languages current
- Documentation improvements - Better guides and examples
- Bug triage - Help categorize and prioritize issues
- Testing on different devices - Ensure broad compatibility
Do not report security vulnerabilities through public GitHub issues. Send details
to iamlooker@proton.me instead.
- GitHub Issues - Bug reports and feature requests
- GitHub Discussions - General questions
- Weblate - Translation questions
Search existing issues and documentation before asking for help.
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
Thank you for contributing to Droid-ify! 🚀