Skip to content

Git Guidelines

MrFacundo edited this page Nov 27, 2024 · 2 revisions

Git guidelines

Branch Naming

Branches must be named using the following conventions:

  • feature/description-of-feature
  • fix/description-of-fix
  • chore/description-of-chore

Guidelines

  • Never push directly to the main branch.
  • Add a short description to your PR.
  • Avoid merging your own pull requests. Ensure t least one review from another team member before merging.
Clone this wiki locally