From a608c337ce21d6abe0991f3ab1ac49a91de4425c Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 20 Nov 2010 18:28:38 +0000 Subject: [PATCH] Correct patch submission instructions to direct patches to bugzilla rather than the mailing list. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19849 57a11ea4-9604-0410-9ed3-97b8803252fd --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index f9ed3f814c..44e209d167 100644 --- a/README +++ b/README @@ -444,9 +444,10 @@ Submitting a Patch: svn diff > /tmp/mypatch - and send /tmp/mypatch to gnucash-devel@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.