Hi all,
we should also decide on a developers workflow.
Basically GitLab supports 2 types of Workflow.
The first workflow is like GitHub, that means that every developer forks the master repository and the opens a merge request which is resolved by a maintainer.
The second workflow is to create branches in the master repository and merge this branches via merge request into the master.
What is your opinion on the workflow?
Uwe