diff options
author | Vincent Untz <vuntz@gnome.org> | 2009-07-29 00:08:34 +0200 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2009-07-29 00:08:34 +0200 |
commit | b2c107001ea0810773f4fad755a26f61fa2f83fd (patch) | |
tree | c18d7d03ba6a9a8147c6c8cc012ecc6e93f544e6 /ChangeLog | |
parent | 2501683b8bd045d0764a139aafe21730a20e22d0 (diff) | |
download | gnome-desktop-b2c107001ea0810773f4fad755a26f61fa2f83fd.tar.gz |
[misc] Update commit guidelines for referencing bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,10 +38,10 @@ tracker reference if applicable) and so forth. Be concise but not too brief. - When committing code on behalf of others use the --author option, e.g. git commit -a --author "Joe Coder <joe@coder.org>". - - When referring to a bug, use this form: bgo#12345. Use bgo for + - When referring to a bug, you can use this form: bgo#12345. Use bgo for bugzilla.gnome.org, but you can also reference bugs in other bug trackers: rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means launchpad.net, etc. - When a commit closes a bug, the commit message should contain a line like: - Closes: bgo#12345 + Closes: http://bugzilla.gnome.org/show_bug.cgi?id=12345 |