Skip to main content

Branch Naming Convention

Please name your branches using the following format: <type>/<scope>/<subject>

Examples:

  • feat/users/add-profile-picture
  • fix/auth/token-refresh-error

This helps keep our PRs scope clearly defined, and branch history clean.