From b531a2585563413c1572aa5fb381ef269d772ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Tue, 15 Jul 2025 15:50:50 -0300 Subject: [PATCH] Improve CONTRIBUTING.md (#845) --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a9b8e5..83ac503 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,10 @@ Before opening the PR, open an issue to discuss your addition, this increases th [CHANGELOG.md]: https://github.com/ouch-org/ouch +### CI Tests + +The CI tests will run for a combination of features, `--no-default-features` will also be tested. + ## Dealing with UI tests We use snapshots to do UI testing and guarantee a consistent output, this way, you can catch accidental changes or see what output changed in the PR diff. @@ -46,3 +50,5 @@ cargo insta review ``` - After addressing all, you should be able to `git add` and `commit` accordingly. + +NOTE: Sometimes, you'll have to run these two commands multiple times.