Rename default branch from master to main
@jimmyandrade がすでに取り組んでいます。
2026年7月16日 から。
評価
この issue はまだ評価されていません。
説明
Context
The multei/web repository used master as the default branch.
Goal
Rename the default branch to main, matching current GitHub and open-source defaults.
Suggested scope
- Rename
master→mainon the remote (git branch -m/ GitHub “Rename branch”, or equivalent). - Set the repository default branch on GitHub to
main. - Update production/deploy branch (Netlify today / Vercel in #416) to build from
main. - Update branch protection rules, status checks, and environments that pointed at
master. (no protection onmaster; nothing to migrate) - Update references in code/docs/CI (README, workflows, badges, scripts, clone links).
- Communicate to the team / document local clone updates (
git fetch+git remote set-head/ tracking). (instructions in README) - Remove remote
masterafter validating everything points atmain(or keep a temporary alias if needed).
Acceptance criteria
- GitHub default branch is
main. - Deploy/CI use
main. (GitHub Actions onpushalready covermain; pending Netlify Production branch) - No critical remaining references to
masterin docs/CI/deploy (except commit history). - Existing clones have clear local migration instructions.
Notes
- Coordinate with #416 (Vercel) and #415 (Next.js) if production branch changes happen in the same window, to avoid conflicting cutovers.
- Remaining follow-up: point Netlify Production branch to
main.
- 主要言語
- JavaScript
- スター
- 3
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
multei/web のほかの issue
-
dependencies todo :spiral_notepad:
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
dependencies todo :spiral_notepad:
難易度 4/5 3〜5日 初心者へのやさしさ 55/100
-
dependencies todo :spiral_notepad:
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
-
dependencies todo :spiral_notepad:
難易度 4/5 3〜5日 初心者へのやさしさ 52/100
-
dependencies todo :spiral_notepad:
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
antfu-collective/icones#398 ·
-
ECmail.com オープン
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
wesbos/burner-email-providers#554 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
radiantearth/stac-browser#1023 ·
-
HMR stops working オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
components-web-app/docs#92 ·