lawsie / guizero

A Python 3 library to allow learners to quickly and easily create GUIs.
https://lawsie.github.io/guizero
BSD 3-Clause "New" or "Revised" License
400 stars 81 forks source link

Rename master to main #502

Open lawsie opened 4 months ago

lawsie commented 4 months ago

Describe the solution you'd like Rename master branch to main

Describe alternatives you've considered Considerations before doing this are here

lawsie commented 3 months ago

Looks like this is very easy to do. It'll require the branch for GitHub pages to publish to be changed, and a commit to the new 'main' to re-establish the GitHub pages site (i.e. the docs) so perhaps we could do it just before the next release @martinohanlon ?

martinohanlon commented 2 months ago

perhaps we could do it just before the next release

Yep, good idea. It might worth a quick look through the docs to make sure nothing references master, I dont think it does though.

I would probably do this before adding CI.