From 4f1bace4c856758a337f817f11299a9058b811d8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 27 May 2003 22:18:08 +0000 Subject: [PATCH] Update information for submitting patches to bugzilla. 2003-05-27 Glynn Foster * HACKING: Update information for submitting patches to bugzilla. --- ChangeLog | 4 ++++ HACKING | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f3fba3..8b515ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-27 Glynn Foster + + * HACKING: Update information for submitting patches to bugzilla. + 2003-05-27 Mike Newman * configure.in: Enable the gdialog compat wrapper script. Check for diff --git a/HACKING b/HACKING index 75114f4..75f82e3 100644 --- a/HACKING +++ b/HACKING @@ -1,2 +1,3 @@ -Please send patches to any of the people listed in the MAINTAINERS file -for the moment. +Please report any bugs in http://bugzilla.gnome.org under the category +'zenity', and file any patches [using the 'diff -u' format] as +attachements. Thanks!