The default branch of this repository is currently master. I would like to suggest renaming it to use more inclusive terminology and to align with sibling repositories that have already moved away from master.
I'm suggesting develop to be consistent with PHPCompatibility, but I'm open to other options. Thoughts?
Suggested steps
- Use GitHub's built-in branch rename feature to rename
master to develop. This automatically retargets open PRs, moves branch protection rules, and sets up redirects.
- Open a follow-up PR to update stale
master references in the repository. Only two files reference the branch name:
Note: I'm relatively new to this repository, so there may be other things that need updating that I'm not aware of.
The default branch of this repository is currently
master. I would like to suggest renaming it to use more inclusive terminology and to align with sibling repositories that have already moved away frommaster.I'm suggesting
developto be consistent with PHPCompatibility, but I'm open to other options. Thoughts?Suggested steps
mastertodevelop. This automatically retargets open PRs, moves branch protection rules, and sets up redirects.masterreferences in the repository. Only two files reference the branch name:.github/workflows/ci.ymlREADME.mdNote: I'm relatively new to this repository, so there may be other things that need updating that I'm not aware of.