From 2618e245c263e0cd445067629c9890a3aa1ce2f7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 4 Jan 2018 12:53:04 +0100 Subject: [PATCH] Add commit template --- scripts/commit-template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/commit-template diff --git a/scripts/commit-template b/scripts/commit-template new file mode 100644 index 00000000..62cc46c5 --- /dev/null +++ b/scripts/commit-template @@ -0,0 +1,10 @@ +One line description of your change + +Motivation: + +Modifications: + +Result: + +# To use this template as commit template, +# call `git config commit.template