zip-rs-wasm/CONTRIBUTING.md
2024-04-22 18:19:24 -07:00

560 B

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).
  • Commit messages must conform to Conventional Commits and start with one of the types specified by the Angular convention.
  • All commits must be signed.