The use of "develop" as the default branch is annoying and probably makes life hard for new contributors. We already know switching is not that hard from securesystemslib, so I think we could switch to "main":
- Update any GH workflows that refer to "develop" branch, update any docs mentioning "develop"
- change branch related options in GH settings (branch protection rules, Pages, ...)
- change default branch in GH settings
- delete develop branch on GH (so that people notice that the branch is missing)
- check that tuf-conformance uses correct branch to get conformance results
The use of "develop" as the default branch is annoying and probably makes life hard for new contributors. We already know switching is not that hard from securesystemslib, so I think we could switch to "main":