diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-19 20:11:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-19 20:11:50 +0800 |
commit | b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3 (patch) | |
tree | 3dd5b80608de2ccc5b44d197f081f041e5c4e77a /HACKING | |
parent | 3cc1c9a50b252cb64773e6dadf059a9687a5216c (diff) | |
download | gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar.gz gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar.bz2 gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar.lz gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar.xz gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.tar.zst gsoc2013-epiphany-b92fbf15e1841ea4d4e7cc70818d0a60a86f67f3.zip |
Add ChangeLog.README to explain the ChangeLog policy
svn path=/trunk/; revision=7476
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 26 |
1 files changed, 3 insertions, 23 deletions
@@ -13,27 +13,7 @@ need to stick to in order to get your patch accepted: * bla_bla_cb: This is an example comment block */ -SVN Checkin rules: -****************** - -When committing a patch to svn, you must use a checkin comment that fully -describes the changes made. If the checkin is related to a bug, reference -the bug number. Example: - - When removing a toolbar, make its items available again in the toolbar - editor. (Bug #131182) - -Checkin comments MUST use the UTF-8 encoding. - -If you forget to check in some changes that belonged in the same commit (e.g. omitted -a file), you must copy the checkin comment from the previous, incomplete checkin, and -additionally reference that commit's svn revision number. DO NOT use meaningless checkin -comments such as "forgotten file" ! -If you make a major mistake in the checkin comment (e.g empty, or you've forgotten to cite -the bug numbers), you must create a new checkin that touches all files the original checkin -changed (just using whitespace changes is ok), and in the new checkin comment must note that -this new checkin fixes the original checkin, referencing it by its SVN revision number. - -Do NOT commit to this module without permission from a maintainer. See the MAINTAINERS file -for who they are. +See ChangeLog.README for SVN checkin rules. +Do NOT commit to this module without permission from a maintainer. +See the MAINTAINERS file for who they are. |