mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-17 01:20:02 +00:00
![evpobr](/assets/img/avatar_default.png)
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/erikd/libsndfile/pull/204
548 B
548 B
Submitting Patches.
- 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.