diff --git a/ChangeLog b/ChangeLog index 5d5efe65ae..e16138ec78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-27 Raphaƫl Quinet + + * HACKING: Clarify how patches can be submitted. + 2006-07-27 Bill Skaggs * plug-ins/common/grid.c: fix my fix. diff --git a/HACKING b/HACKING index a61e5921c8..2947ce4637 100644 --- a/HACKING +++ b/HACKING @@ -96,10 +96,14 @@ The interesting modules and the suggested stable branches to use are: Patches ------- -Please submit patches to the gimp-developer@lists.xcf.berkeley.edu -mailing list. It's also a good idea to file a bug-report at -http://bugzilla.gnome.org/ and attach your patch to it. All kinds -of contributions are appreciated. +The best way to submit patches is to file a bug report at +http://bugzilla.gnome.org/ and attach your patch to it as a plain +text file, not compressed. If your patch is reasonably small, you +can submit it to the gimp-developer@lists.xcf.berkeley.edu mailing +list. For the code, please try to follow the guidelines given in +Hackordnung, below. You can create the patch file with "cvs diff", +preferably with a ~/.cvsrc containing "diff -up". All kinds of +contributions are appreciated. Autogenerated Files