/mobile

Repository for the android application.

Primary LanguageKotlin

AttentionApp

Branching

  • feature/[FEATURE_NAME]

    Every new feature that would be implemented should have its own branch

    For example: feature/crudUsers

  • fix/[BUG_REPORTED]

    If we reported bugs in develop, create a specific branch to fix it.

    For example: fix/createTask

  • config/[CONFIG_SETUP]

    If some dependencies file have to be edited, not for problems just for a safe update, create a branch.

    For example: config/mavenDependenciesUpdate

After the work in your branch is finished, PR to develop branch.

⚠️ ALERT : Do not attempt to push to master branch under any circumstances. This can severly end up in having a deliverable faulty product or waste precious time of our lives. Seek for guidance :godmode: if unsure.