Hi all,

Following a global example of using more accessible nomenclature, the default branches for Open Zaak and Open Notificaties have been renamed from "master" to "main" on Github.

Developers contributing to Open Zaak can update their local environments using:

git branch -m master main
git fetch origin
git branch -u origin/main main

Thanks for your attention!