Manual: Add stdin note, example
[quvi.git] / doc / HowtoSubmitPatches
bloba1ae792696b217d04435f9fc68e165b6418ec2fc
2 Howto: Submit patches
3 =====================
5 * You agree to put your changes and new code under the same license quvi
6 and libquvi are using already unless stated and agreed otherwise
8 * If you are submitting a new website script, please include a test JSON
9 file with it:
10     % quvi -q TEST_URL > foo.json
12 * Please read the doc/CodingStyle
15 CREATING A PATCH
16 ----------------
18 If you are using git:
19   * Check for unnecessary whitespace with "git diff --check" and fix them
20   * Use "git format-patch -M" to create the patch
22 Otherwise:
23   * When working with diff, please use "diff -u"
25 WWW: <http://quvi.sourceforge.net/> / Development
26     You can submit your patches to the Trac that we use.