Versions Compared

Key

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

...

  • 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 OR feat/IBFEC-123

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

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

  • Commit name:

...

  • PR name: Always use the sub-task name for the title and the sub-task Jira ID for the “label” [IBFEC-X]

    • [IBFEC-3][Q2] - Optional Secondary Call to Action

  • Summary: A summary of what this activity is about, for example:
    In this demand, a new flow was developed to save the user's address.

  • Context: Give the context with more details of the development

    • Add the Jira link of the story, Figma, Confluence and etc

    • It is important to inform which flags were added, another important detail is to verify the impact of this flag turned on, as a guarantee to leave it turned on only in DEV environments and for PLK.the needed environment (for example, PLK ES)

    • Adding extra context information, for example:

...