Branch naming - IevgeniiaAbdulina/cudo-shop GitHub Wiki
Git branch naming proposal:
feat/
: For new features or functionalities.
bugfix/
: For fixing bugs in the code.
hotfix/
: For urgent patches, usually applied to production.
design/
: For user interface or user experience updates.
refactor/
: For improving code structure without changing functionality.
test/
: For writing or improving automated tests.
doc/
: For documentation updates.test/add-unit-tests
Example:
feat/3-02/user-authentication
Example subtask branch:
test/3-unit-tests-user-profile