From 5854295c42972f7548f82839ce6734dcb596c266 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 28 Jul 2011 11:19:26 +0200 Subject: Add rekonq commit-template To help people creating nice commit messages and to use the right fields in, here you are a nice commit-template, following the one in kdelibs To use it, $ git config commit.template 'your rekonq dir'/commit-temmplate --- commit-template | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 commit-template (limited to 'commit-template') diff --git a/commit-template b/commit-template new file mode 100644 index 00000000..db34e659 --- /dev/null +++ b/commit-template @@ -0,0 +1,32 @@ +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# You MUST wrap all lines at 72 characters. +# Please see http://techbase.kde.org/Policies/Commit_Policy +# +# ==[ Subject: One line only short meaningful description for logs ]===| + +# ==[ Blank: Follow the Subject with a blank line, do NOT remove ]=====| + +# ==[ Details: Describe what changed and explain why it changed]=======| + + +# ==[ Fields: Uncomment and edit where applicable ]====================| +# +# --[ Automatically close bug in bugs.kde.org as fixed ]---------------| +#BUG: +# +# --[ Copy commit message to a bug or wish in bugs.kde.org ]-----------| +#CCBUG: +# +# --[ mail your commit to some address ]-------------------------------| +#CCMAIL: +# +# --[ Close a review on git.reviewboard.kde.org as submitted ]---------| +#REVIEW: +# +# --[ Notify Commit Digest team of something interesting ]-------------| +#DIGEST: +# +# --[ Add your nick, so we can blame you on broken things ;) ]---------| +#REVIEWED-BY: -- cgit v1.2.1