Development Workflow
Issue Identification:
Check the issue tracker for existing bugs/features.
Discuss new features on the forums/Discord before implementation.
Focus on player-requested improvements.
Code Standards:
Follow existing code style and conventions.
Add appropriate comments for complex logic.
Test thoroughly on multiple Android versions.
Consider performance impact on older devices.
Submission Process:
Fork the repository on GitHub.
Create feature branches for changes.
Submit pull requests with clear descriptions.
Respond to code review feedback promptly.
Code QualityNo compilation errors or warnings.
Proper error handling and validation.
Memory-efficient implementations.
Compatible with the minimum Android API level.
Last updated