Improve CONTRIBUTING.md

This commit is contained in:
João Marcos 2025-07-15 15:47:21 -03:00 committed by GitHub
parent d0494504a1
commit 66ec631478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.