aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-28 08:53:59 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-28 08:53:59 +0800
commitb9ab35e5f88b5dfa98bfc682ebf508d7e10fe840 (patch)
tree5f90777f33a8986a7a4461e2392640d76f8bceb2 /HACKING
parent4dad5fa5c5e4ce8c0f28d516d6a1781e8ecf9514 (diff)
downloadgsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar.gz
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar.bz2
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar.lz
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar.xz
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.tar.zst
gsoc2013-epiphany-b9ab35e5f88b5dfa98bfc682ebf508d7e10fe840.zip
Add a note about changelog entry.
2004-02-28 Marco Pesenti Gritti <marco@gnome.org> * HACKING: Add a note about changelog entry. * TODO: Remove old stuff
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING16
1 files changed, 16 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 391775cc7..31bef1cb9 100644
--- a/HACKING
+++ b/HACKING
@@ -12,5 +12,21 @@ need to stick to in order to get your patch accepted:
* bla_bla_cb: This is an example comment block
*/
+When submitting a patch or committing to cvs do not forget
+to write a Changelog entry. Please put both a description
+and a reference to the bug (if there is one).
+
+Example of an entry:
+
+2004-02-19 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb),
+ (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
+ (update_actions_list), (egg_toolbar_editor_load_actions):
+ * lib/egg/egg-toolbar-editor.h:
+
+ When removing a toolbar, make its items available again in the toolbar
+ editor. (Bug #131182)
+
Do NOT commit to this module without permission from me
(marco@gnome.org)