Add NEWS.txt, bump ChangeLog (w32)
[quvi.git] / doc / HowtoSubmitPatches
blob4af09d830dc55bec954cc3392f02a178894ecbf1
2 Howto: Submit patches
3 =====================
5 If you are using git:
6   * Check for unnecessary whitespace with "git diff --check" and fix them
7   * Use "git format-patch -M" to create the patch
9 If you are working with diff, then at very least, use "diff -u" when you
10 generate the patch.
12 The preferred way to do this is to submit your patch to the patch tracker at:
13   <http://sourceforge.net/tracker/?group_id=354489>
15 Otherwise, email it directly to the author (<legatvs at sign gmail com>).
17 Thanks!