From 6337a9f30f079d44833b86361816676343e69835 Mon Sep 17 00:00:00 2001 From: tomer doron Date: Fri, 19 Apr 2019 02:51:54 -0700 Subject: [PATCH] add git commit template (#18) motivation: missing the template mentioned in the contribution guides changes: add dev directory with the git commit template --- dev/git.commit.template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev/git.commit.template 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.