From 16e9485401f7cd71d52d4310f85e0a014b04f486 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:08:24 -0700 Subject: [PATCH] Create CONTRIBUTING.md Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8e98eb01 --- /dev/null +++ b/CONTRIBUTING.md @@ -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.