Update GitLab MWT authored by Bernd Hentschel's avatar Bernd Hentschel
...@@ -2,19 +2,14 @@ ...@@ -2,19 +2,14 @@
This is our best guess of good practices to start coding with. This is our best guess of good practices to start coding with.
## Misc ## Misc
We use a git-flow-based workflow. We use a git-flow-based workflow.
## Mantras ## Mantras
* If it is not an issue, it is not on the radar. If it is not on the radar, it is not worked on. * Make change as easy as possible.
* *Broken windows* are unacceptable. Always! * *Broken windows* are unacceptable. Always!
* If it is not an issue, it is not on the radar. If it is not on the radar, it is not worked on.
## Commit ## Commit
Code must not be committed Code must not be committed
... ...
......