Create CONTRIBUTING.md

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
Chris Hennick 2024-04-15 13:08:24 -07:00 committed by GitHub
parent d23f036955
commit 16e9485401
Signed by: DevComp
GPG key ID: B5690EEEBB952194

5
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,5 @@
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.