Skip to content

Commit b531a25

Browse files
authored
Improve CONTRIBUTING.md (#845)
1 parent d049450 commit b531a25

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Before opening the PR, open an issue to discuss your addition, this increases th
2727

2828
[CHANGELOG.md]: https://github.com/ouch-org/ouch
2929

30+
### CI Tests
31+
32+
The CI tests will run for a combination of features, `--no-default-features` will also be tested.
33+
3034
## Dealing with UI tests
3135

3236
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
4650
```
4751

4852
- After addressing all, you should be able to `git add` and `commit` accordingly.
53+
54+
NOTE: Sometimes, you'll have to run these two commands multiple times.

0 commit comments

Comments
 (0)