diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-28 11:19:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-28 11:19:26 +0200 |
commit | 5854295c42972f7548f82839ce6734dcb596c266 (patch) | |
tree | 8f46d678b3312f66df42e89d202af9271260e9ce /commit-template | |
parent | Introducing ASSERT_NOT_REACHED (diff) | |
download | rekonq-5854295c42972f7548f82839ce6734dcb596c266.tar.xz |
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
Diffstat (limited to 'commit-template')
-rw-r--r-- | commit-template | 32 |
1 files changed, 32 insertions, 0 deletions
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: <bug number> +# +# --[ Copy commit message to a bug or wish in bugs.kde.org ]-----------| +#CCBUG: <bug number> +# +# --[ mail your commit to some address ]-------------------------------| +#CCMAIL: <email> +# +# --[ Close a review on git.reviewboard.kde.org as submitted ]---------| +#REVIEW: <review number> +# +# --[ Notify Commit Digest team of something interesting ]-------------| +#DIGEST: +# +# --[ Add your nick, so we can blame you on broken things ;) ]---------| +#REVIEWED-BY: <your nick here> |