mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
7
README
7
README
@@ -444,9 +444,10 @@ Submitting a Patch:
|
|||||||
|
|
||||||
svn diff > /tmp/mypatch
|
svn diff > /tmp/mypatch
|
||||||
|
|
||||||
and send /tmp/mypatch to gnucash-devel@gnucash.org with `[PATCH]'
|
and attach it to the appropriate bug or enhancement request in
|
||||||
prefixed to the Subject: of the email. Note that this
|
Bugzilla (https://bugzilla.gnome.org). Create a new bug if you don't
|
||||||
ONLY WORKS if you have NOT added any new files to the source tree.
|
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
|
If your patch adds new files, use the `-N' flag to diff between a
|
||||||
clean directory and your development directory. E.g.
|
clean directory and your development directory. E.g.
|
||||||
|
|||||||
Reference in New Issue
Block a user