Add support for Tagtele, Keezmovies and Xhamster
[quvi.git] / doc / HowtoSubmitPatches
blobab357fb0a3abfc37f3d20a82afcca99646722ddd
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 URL
9 with your patch
11 * Please read the doc/CodingStyle
14 CREATING A PATCH
15 ----------------
17 If you are using git:
18   * Check for unnecessary whitespace with "git diff --check" and fix them
19   * Use "git format-patch -M" to create the patch
21 Otherwise:
22   * When working with diff, please use "diff -u"
24 WWW: <http://quvi.sourceforge.net/> / Development
25     You can submit your patches to the Trac that we use.