From 3d9edb4c510028def2df41aa7b0ce705b197e6fc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 5 Aug 2013 13:59:33 -0400 Subject: Add a commit template Explanation: In order to use a common style when creating commits a commit template will be helpful espcially to new developers. The commit template can be activated with the following command: git config commit.template .git-commit-template When this is done any new commit will use the template as the default commit message. --- .git-commit-template | 9 +++++++++ 1 file changed, 9 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..8648238af --- /dev/null +++ b/.git-commit-template @@ -0,0 +1,9 @@ +COMPONENT: Subject + +Explanation + +Resolves: +https://fedorahosted.org/sssd/ticket/XXXX + +# Try to keep the subject line within 52 chars ----| +# Also please try to not exceed 72 characters of length for the body --| -- cgit