Nishantsinghhhhhh
New member
Hi everyone,
Currently, branch names across repositories are inconsistent and random, which makes tracking work harder.
I propose introducing a standard format for branch names:
<issue_number>_<short_keywords>
Examples:
This will improve consistency, traceability, and overall repo hygiene.
Feedback is welcome. Thanks!
Currently, branch names across repositories are inconsistent and random, which makes tracking work harder.
I propose introducing a standard format for branch names:
<issue_number>_<short_keywords>
Examples:
- 123_fix_login_redirect
- 456_add_admin_permissions
This will improve consistency, traceability, and overall repo hygiene.
Feedback is welcome. Thanks!