[FEATURE REQUEST] Rename main branch to `main`
arielj opened this issue · 1 comments
arielj commented
Things to ensure:
- the default branch is
main
- instructions to configure the default as
main
are clear for a developer that was already usingmaster
- CI job is updated
- links in the readme are updated (using
HEAD
instead ofmaster
ormain
seems to be the most maintanable option since it will be the lasters commit on the default branch even when the default changes)
etagwerker commented
@arielj Done, thanks!