Skip to content
Giovanni Di Luca Evangelista edited this page Mar 1, 2024 · 15 revisions

Branch pattern

  • [feature/hotfix/bugfix/refactor]/APPC-XXX_something_xpto

Commit pattern

  • type(scope): description, Ex: feat/fix(APPC-XXX): [add/remove/fix/refactor] button xpto

Branchs and PRs flow Git Flow

Rules

  • Always do rebase to sync feature branch with dev. Merge is just to merge branches.
  • PRs needs to be Ready for review and completely filled to be reviewed.
  • To execute a failed Jenkins pipeline again, just comment run-jenkins-build on PR.
Clone this wiki locally