URL: https://github.com/freeipa/freeipa/pull/157 Author: mzidek-rh Title: #157: git: Add commit template Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/157/head:pr157 git checkout pr157
From 6780d0fd78a53a5b9d38c4a9f37bfbb3e7e5a6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzi...@redhat.com> Date: Wed, 12 Oct 2016 13:28:18 +0200 Subject: [PATCH] git: Add commit template In order to use the commit template, run the following command: git config commit.template .git-commit-template --- .git-commit-template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .git-commit-template diff --git a/.git-commit-template b/.git-commit-template new file mode 100644 index 0000000..67f5f41 --- /dev/null +++ b/.git-commit-template @@ -0,0 +1,8 @@ +# Try to keep the subject line within 52 chars ----| +# Also please try to not exceed 72 characters of length for the body --| + +component: Subject + +Explanation + +https://fedorahosted.org/freeipa/ticket/XXXX
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code