summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-04 12:53:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-29 09:38:32 +0100
commit2618e245c263e0cd445067629c9890a3aa1ce2f7 (patch)
tree46310a9016e8a83a68d0df4fad89c67fdb63ad51 /scripts
parent8c4407415dd470a88953a99276961ec578b5203f (diff)
Add commit template
Diffstat (limited to 'scripts')
-rw-r--r--scripts/commit-template10
1 files changed, 10 insertions, 0 deletions
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 <path of this file>