prontolabs / pronto

Quick automated code review of your changes
MIT License
2.6k stars 245 forks source link

Refer to default branch as main instead of master #425

Open tibbon opened 2 years ago

tibbon commented 2 years ago

because: GitHub has changed the default branch name to main instead of master. This change has been replicated by many companies, organizations and projects.

The naming change follows along the lines of an industry trend to deprecate the usage of terms such as master and slave in favor of more inclusive language.

More details can be found here from GitHub:

https://github.com/github/renaming

Some additional details can be found here about why GitHub and others are doing this:

https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main

this commit: Changes all references to the master branch to main.

I would additionally suggest renaming of the default branch on this project to main on this project.