From 2df709838905dec3ee2c2eaec47f506336d85a6e Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Wed, 12 Oct 2016 13:28:18 +0200 Subject: git: Add commit template In order to use the commit template, run the following command: git config commit.template .git-commit-template Reviewed-By: Martin Basti Reviewed-By: Jan Cholasta Reviewed-By: Martin Babinsky --- .git-commit-template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .git-commit-template (limited to '.git-commit-template') diff --git a/.git-commit-template b/.git-commit-template new file mode 100644 index 000000000..a5671eb52 --- /dev/null +++ b/.git-commit-template @@ -0,0 +1,5 @@ +component: Subject + +Explanation + +https://fedorahosted.org/freeipa/ticket/XXXX -- cgit