README.md : More tweaks.

This commit is contained in:
Erik de Castro Lopo 2012-01-20 19:39:16 +11:00
parent aa6d1a6a5b
commit ecf7c5dd5c

View File

@ -53,11 +53,15 @@ Finally libsndfile can be built and tested:
## Submitting Patches.
* Patches should always be submitted via the Github issue tracker.
* Patches should pass all pre-commit hook tests.
* Patches should always be submitted via a either Github "pull request" or a
via emailed patches created using "git format-patch".
* Patches for new features should include tests and documentation.
* Patches to fix bugs should either pass all tests, or modify the tests in some
sane way.
* When a new feature is added for a particular file format and that feature
makes sense for other formats, then it should also be implemented for one
or two of the other formats.