Development Workflow

  1. Issue Identification:

    • Check the issue tracker for existing bugs/features.

    • Discuss new features on the forums/Discord before implementation.

    • Focus on player-requested improvements.

  2. 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.

  3. 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 Quality

    • No compilation errors or warnings.

    • Proper error handling and validation.

    • Memory-efficient implementations.

    • Compatible with the minimum Android API level.

Last updated