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

  • Analyze cicle-ci: https://app.circleci.BRANCHScom/projects/project-dashboard/github/rbilabs/

    • Check if your PR is good at the pipeline workflow

    • After the merge to master, check if all is well and if the job runs till the end

Branchs and commits

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

  • We work in a trunk-based like:

    • Master branchsub-task branch

      • We should avoid to create Story branch. Only as last resource and if makes sense

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

    • examples:

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

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

      • To bugs in prod or fires: hotfix/IBFEC-123-sub-task-name

  • Commit name:

Good practices to Open the PR

...