Git branch naming conventions

I propose to change branch naming to use “folders”. Today we have all branches under root.

feature/ for all feature branches
bugfix/ for bugfixes (fixes for the currently developed release)
hotfix/ for hotfixes to stable builds
release/ released versions (stable builds)
experimental/ developments not to be necessarily merged in the future but worked on anyway

I don’t see anything wrong with it.