From 2177745a72de06285f71df03f7678dfc82bfb01d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 25 Aug 2026 07:07:25 +0200 Subject: Add a couple of notes on contributing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87b8883..9aba79b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ This project uses [Rust](https://www.rust-lang.org/), so use the usual [cargo](https://doc.rust-lang.org/cargo/) commands in order to build and run the -desired binaries/tests. +desired binaries/tests. Just to note: + +- If you want to run fuzzy tests, you need to install a nightly build from rust. +- If you want to build/test things with a single command, use the + [./scripts/full-test.sh](./scripts/full-test.sh) script. Otherwise, if you want to contribute to this project, just [read these guidelines](https://jo.mssola.com/en/contributing.html). -- cgit v1.2.3