Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The code reviews are per task;

  • Create a feature flag to your feature and create a technical debt to remove the flag posteriorly.

  • BRANCHS

    • Always create a branch referring to story sub-task from master branch.

    • Branch name using the Jira ID and sub-task name:

      • examples:

        • To features: feat/IBFEC-123-sub-task-name

        • To bugs: hotfix/IBFEC-123-sub-task-name

    • Commit name:

      • Prefix - is the type of your commit. Accepted prefixes are:

...