Introduce Standard Branch Naming Guidelines Across Repositories

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:
  • 123_fix_login_redirect
  • 456_add_admin_permissions
To enforce this, we can add a GitHub Action / CI check that validates indicated branch names on every Pull Request and fails the PR if the format is not followed.

This will improve consistency, traceability, and overall repo hygiene.

Feedback is welcome. Thanks!
 
Back
Top