diff --git a/dev/git.commit.template b/dev/git.commit.template new file mode 100644 index 0000000..c52bfa1 --- /dev/null +++ b/dev/git.commit.template @@ -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.