
Howto: Submit patches
=====================

* You agree to put your changes and new code under the same license quvi
and libquvi are using already unless stated and agreed otherwise

* If you are submitting a new website script, please include a test JSON
file with it:
    % quvi -q TEST_URL > foo.json

* Please read the doc/CodingStyle


CREATING A PATCH
----------------

If you are using git:
  * Check for unnecessary whitespace with "git diff --check" and fix them
  * Use "git format-patch -M" to create the patch

Otherwise:
  * When working with diff, please use "diff -u"

WWW: <http://quvi.sourceforge.net/> / Development
    You can submit your patches to the Trac that we use.
