diff options
| author | ABCD <en.ABCD@gmail.com> | 2009-06-02 19:41:12 -0400 |
|---|---|---|
| committer | ABCD <en.ABCD@gmail.com> | 2009-06-02 19:41:12 -0400 |
| commit | 4b0a6cd938aee76019078e1bf86613b819051aee (patch) | |
| tree | 085255a4ea3e1875bc3dd1e943cd4c9fc953fc19 /Documentation/CODE | |
| parent | e102b9191da1979a9c9aa1b4fe39d57713b58803 (diff) | |
| download | kde-4b0a6cd938aee76019078e1bf86613b819051aee.tar.gz kde-4b0a6cd938aee76019078e1bf86613b819051aee.tar.bz2 kde-4b0a6cd938aee76019078e1bf86613b819051aee.zip | |
[Documentation/CODE] Update to reflect current practice regarding commit messages.
Current practice is to use "[foo/bar] baz", instead of the previous guideline's
"foo/bar - baz". Updated documentation to refect this.
Diffstat (limited to 'Documentation/CODE')
| -rw-r--r-- | Documentation/CODE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/CODE b/Documentation/CODE index b602a93d769..86bcae2d174 100644 --- a/Documentation/CODE +++ b/Documentation/CODE @@ -66,14 +66,14 @@ Commiting: - all commit messages must look like this: - <category/pn> - <detailed message describing what you did> + [<category/pn>] <detailed message describing what you did> Also append package version, when needed. Examples: - kde-base/kdelibs-4.2.3 - Synced with tree: fixed bug #333452, removed unnecessary solid patch, added debug to IUSE. + [kde-base/kdelibs-4.2.3] Synced with tree: fixed bug #333452, removed unnecessary solid patch, added debug to IUSE. - kde-base/kdelibs-4.2.3 - Moved to tree. + [kde-base/kdelibs-4.2.3] Moved to tree. - when you commit something related to existing bugzilla bug, add inOverlay to keywords to that bug, so that developers know about it. Also add [overlay-name] to bug summary. |
