diff options
author | Oswald Buddenhagen <ossi@kde.org> | 2011-11-27 15:54:13 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-12-13 16:55:25 +0100 |
commit | c5a314800943b535e6f45cccf8a1d2ba602cb5b2 (patch) | |
tree | d579931fe85898405733f3556fcbd706fc8f7df1 /.commit-template | |
parent | 38f21b8eda629881a5489cdb8146e0f7d91d2030 (diff) | |
download | qt5-c5a314800943b535e6f45cccf8a1d2ba602cb5b2.tar.gz |
adjust commit template
- remove contradicting instructions to keep subject to one line and at
the same time wrap at column 72
- git doesn't seem to remove the extra empty line after the subject any
more, so just insert it and don't be so explict about it
- use "footers" instead of "fields". more intuitive, i think
- add some "docu" to the footer templates
- refer to the commit policy at the bottom
Change-Id: Ic1ee454a9535bc9e16aa716043605f57ca79f444
Sanity-Review: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to '.commit-template')
-rw-r--r-- | .commit-template | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/.commit-template b/.commit-template index 589ca895..f7933986 100644 --- a/.commit-template +++ b/.commit-template @@ -1,10 +1,18 @@ -# ===[ Subject ]==========[ one line, please wrap at 72 characters ]===| +# ==[ Subject: One line only short meaningful description for logs ]===| -# ---[ Details ]---------[ remember extra blank line after subject ]---| -# ---[ Fields ]-----------------[ uncomment and edit as applicable ]---| +# ==[ Details: Describe what changed and explain why it changed ]======| -#Task-number: -#Reviewed-by: -# ==================================[ please wrap at 72 characters ]===| +# ==[ Footers: Uncomment and edit where applicable ]===================| +# +# One task per entry. Remember space after colon. +#Task-number: +# +# Solicit reviewers. They still need to use the Gerrit frontend. +#Reviewed-by: + +# ==[ Please wrap at 72 characters ]===================================| +# +# Remember to read http://wiki.qt-project.org/Commit_Policy +# |