Update GitLab MWT authored by Thomas Vierjahn's avatar Thomas Vierjahn
......@@ -2,6 +2,17 @@
This is our best guess of good practices to start coding with.
* [Misc](#misc)
* [Mantras](#mantras)
* [Commit](#commit)
* [Releases, Develop, Master](#releases-develop-master)
* [Milestones](#milestones)
* [Issues](#issues)
* [Feature Branch](#feature-branch)
* [Merge Request](#merge-request)
* [Closing Issues](#closing-issues)
* [Boards](#boards)
## Misc
We use a git-flow-based workflow.
......
......