Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Rename default branch from master to main

Aperta
#417 2 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@jimmyandrade ci sta già lavorando.

Dal 16/7/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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 mastermain 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.
Lingua principale
JavaScript
Stelle
3
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di multei/web

Tutte le issue di multei/web

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.