openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
205 stars 46 forks source link

is it the dusk of master ? #198

Open 12rambau opened 2 years ago

12rambau commented 2 years ago

It seems that fewer and fewer repositories are keeping their default branch as "master". It leads to very weird conversations (https://github.com/cookiecutter/cookiecutter/issues/1735) and I think that as a UN tool we should protect ourselves from any backfire. FYI it's now included in the Python software foundation code of conduct and the one from the Mozilla foundation.

Is it a priority? no

when is the best moment to do it ? summer when nobody makes changes

Here is an article explaining some of the reasons: https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main

In Github, it's super easy, once you change, all the forks and current PR will be pointing towards "main" and a message will be displayed to the newcomers to explain how to change the local name.

My only concern is jenkins.