r19849 - gnucash/trunk - Correct patch submission instructions to direct patches to bugzilla rather than the mailing list.

John Ralls jralls at code.gnucash.org
Sat Nov 20 13:28:38 EST 2010


Author: jralls
Date: 2010-11-20 13:28:38 -0500 (Sat, 20 Nov 2010)
New Revision: 19849
Trac: http://svn.gnucash.org/trac/changeset/19849

Modified:
   gnucash/trunk/README
Log:
Correct patch submission instructions to direct patches to bugzilla rather than the mailing list.

Modified: gnucash/trunk/README
===================================================================
--- gnucash/trunk/README	2010-11-20 13:56:59 UTC (rev 19848)
+++ gnucash/trunk/README	2010-11-20 18:28:38 UTC (rev 19849)
@@ -444,9 +444,10 @@
 
       svn diff > /tmp/mypatch
 
-  and send /tmp/mypatch to gnucash-devel at gnucash.org with `[PATCH]'
-  prefixed to the Subject: of the email.  Note that this
-  ONLY WORKS if you have NOT added any new files to the source tree.
+  and attach it to the appropriate bug or enhancement request in
+  Bugzilla (https://bugzilla.gnome.org). Create a new bug if you don't
+  find one that's applicable. Please don't submit patches to either of
+  the mailing lists, as they tend to be forgotten.
 
   If your patch adds new files, use the `-N' flag to diff between a
   clean directory and your development directory.  E.g.



More information about the gnucash-changes mailing list