chore: rename master branch to main (#7446)

This commit is contained in:
David Knaack
2026-04-30 21:54:56 +02:00
committed by GitHub
parent 387c2f6e28
commit 6a2096608e
3 changed files with 47 additions and 36 deletions
+2 -2
View File
@@ -273,10 +273,10 @@ Once setup is complete, you can refer to VitePress documentation on the actual i
This is our preferred process for opening a PR on GitHub:
1. Fork this repository
2. Create a branch off of `master` for your work: `git checkout -b my-feature-branch`
2. Create a branch off of `main` for your work: `git checkout -b my-feature-branch`
3. Make some changes, committing them along the way
4. When your changes are ready for review, push your branch: `git push origin my-feature-branch`
5. Create a pull request from your branch to `starship/master`
5. Create a pull request from your branch to `starship/main`
6. No need to assign the pull request to anyone, we'll review it when we can
7. When the changes have been reviewed and approved, someone will squash and merge for you