add git commit template

Motivation:

We want commits to have messages like this commit

Modifications:

added commit template

Result:

More uniform commits
This commit is contained in:
Johannes Weiss 2018-05-15 16:20:03 +01:00
parent 0874b531ce
commit 9883b25cf0

14
dev/git.commit.template Normal file
View File

@ -0,0 +1,14 @@
One line description of your change
Motivation:
Explain here the context, and why you're making that change.
What is the problem you're trying to solve.
Modifications:
Describe the modifications you've done.
Result:
After your change, what will change.