Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Rename default branch from master to main

オープン
#417 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@jimmyandrade がすでに取り組んでいます。

2026年7月16日 から。

評価

この issue はまだ評価されていません。

説明

enhancement todo :spiral_notepad:

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 → main on 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 on master; 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 master after validating everything points at main (or keep a temporary alias if needed).

Acceptance criteria

  • GitHub default branch is main.
  • Deploy/CI use main. (GitHub Actions on push already cover main; pending Netlify Production branch)
  • No critical remaining references to master in 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 はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

multei/web のほかの issue

multei/web の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。