-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
The branch naming scheme is not very inclusive, and doesn't match the direction the industry is going.
Aside from the arguably most important reason outlined above, these terms are becoming less used and therefore increasingly less compatible as more communities move away from its use (eg [NIST], [Python], [Drupal], [Github] and [Django]. The usage of 'master' and 'slave' in hardware and software has been halted by the Los Angeles County Office of Affirmative Action, the Django community, the Python community and several other programming languages. This was done because the language is offensive and hurts people in the community [Django2]. Root operator Internet Systems Consortium also stopped using the terms [ISC].
-- ref: ietf - draft-knodel-terminology-13
Describe the solution you'd like
I'd like to see the default branch changed from master to main. We recently did this at the nextcloud/helm repo and it just required us to update our ci/cd workflows and do a quick update our documentation. Both were just a search and replace of the word master to main. Any users with the current branch bookmarked or hardcoded will be redirected when they actually go to the old link.
GitHub also has a guide here: https://github.com/github/renaming
Describe alternatives you've considered
We could also use another name for the default branch instead of master, like default or core or release or primary.
Additional context
If there's any help needed on this front, I'm happy to lend a hand :)