@@ -86,6 +86,8 @@ No new code may be written without first filing an issue for it.
In order to track issues and to simplify merge requests, every commit addressing an issue has to name the issue in the commit message (3rd+ line).
Issues that are assigned to a milestone shall get a label named reflecting the associated milestone. That way, they can easily attributed to the milestone on the issue board.
## Feature Branch
Whenever new code -- due to issues and milestones -- is added to the code base, a feature branch is created.