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
This commit is contained in:
John Ralls
2010-11-20 18:28:38 +00:00
parent a3d344cb92
commit a608c337ce

7
README
View File

@@ -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.