add git commit template (#18)

motivation: missing the template mentioned in the contribution guides

changes: add dev directory with the git commit template
This commit is contained in:
tomer doron 2019-04-19 02:51:54 -07:00 committed by Johannes Weiss
parent 604059db20
commit 6337a9f30f
1 changed files with 14 additions and 0 deletions

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.