Proposed Change
To reflect the values of Rasa and our community, we should rename the master branch to a neutral term. Other projects have undertaken similar efforts.
Useful source
https://github.com/github/renaming
Things to change
main, defaultmasterwhitelisting, blacklisting)master treeReadme.md to use new branch namemaster as well as to the tagged version. Do we have to change something here?Things which should be fine
Be advised that renaming the branch actually deletes it, so I'm pretty sure all the pull requests associated with the current main "master" will get closed if you do so! This has happened on other open source projects that took this step a little too impulsively.
I'm not sure you'll be able to associate them to the new branch easily, I guess you could script that with the github api though.
Just throwing some ideas: Maybe it would help instead of renaming "master", create a (new) "main" branch, associate the "master" pull requests to that branch and then delete "master". It would need testing through, i get the feeling you will still loose the discussions ongoing on said pull requests/reviews .

Hey @karen-pal ,
thanks for your support and helpful insights! 馃檹
@ricwo I was you added the discussion label. What is missing to move forward with this?
@wochinge mainly the choice of a new branch name - main, default - something else?
Or development or stable?
Most helpful comment
Be advised that renaming the branch actually deletes it, so I'm pretty sure all the pull requests associated with the current main "master" will get closed if you do so! This has happened on other open source projects that took this step a little too impulsively.
I'm not sure you'll be able to associate them to the new branch easily, I guess you could script that with the github api though.
Just throwing some ideas: Maybe it would help instead of renaming "master", create a (new) "main" branch, associate the "master" pull requests to that branch and then delete "master". It would need testing through, i get the feeling you will still loose the discussions ongoing on said pull requests/reviews .