zip-rs-wasm/CONTRIBUTING.md
Chris Hennick 16e9485401
Create CONTRIBUTING.md
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-15 13:08:24 -07:00

5 lines
310 B
Markdown

Pull requests are welcome, but they're subject to some requirements:
* They must build against the MSRV, the latest stable Rust version, and the nightly Rust version, both with `--no-default-features` and with `--all-features`.
* They must pass fuzz tests (see the Actions tab).
* All commits must be signed.