diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-25 07:07:25 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-25 07:07:25 +0200 |
| commit | 2177745a72de06285f71df03f7678dfc82bfb01d (patch) | |
| tree | d6b823a1a8163dee9315318a451d2d2a136e5084 /CONTRIBUTING.md | |
| parent | e6c41303c2da5afd230570cb5610905ade71fecf (diff) | |
| download | tools.nes-2177745a72de06285f71df03f7678dfc82bfb01d.tar.gz tools.nes-2177745a72de06285f71df03f7678dfc82bfb01d.zip | |
Add a couple of notes on contributing
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 5 insertions, 1 deletions
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). |
