Best practice

At this point we would like to introduce you to a possible workflow in an international project. The individual tiles with different topics each represent a specific part of the workflow and are written from the point of view of a project member. Due to the pilot projects, there is currently only an example from the Department of Computer Science. Examples from other departments will follow as soon as projects have been completed there as well.

Branches

We have decided to use at least two branches for the development. A main branch reserved for release versions and a developmen …

Merge Requests

Merge requests are necessary to merge code from a feature branch into the dev branch. To create a merge …

Commits

We have tried to use atomic and meaningful commit messages. Atomic in this case means that we tried …

Issues

The “Issues” section is one of the most important tools during the project. It gives us a detailed  …

Weekly Meetings

In addition to the internal list of topics, weekly meetings with the supervising professor in Germany and with the …

Milestones

Milestones are used to summarize a number of problems. Each milestone is a releasable software ….