-
Notifications
You must be signed in to change notification settings - Fork 1
Git Guidelines
MrFacundo edited this page Nov 27, 2024
·
2 revisions
Branches must be named using the following conventions:
feature/description-of-feature
fix/description-of-fix
chore/description-of-chore
- 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.