Skip to content

Commit

Permalink
add note on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Oct 11, 2024
1 parent 4d79114 commit 5af436d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Even minor pull requests, such as those fixing wording, are greatly appreciated.
a good idea to first open an issue describing the change to solicit feedback and guidance. This will increase
the likelihood of the PR getting merged.

Please also make sure that the following commands pass if you have changed the code:
Please make sure that the following commands pass if you have changed the code:

```sh
forge fmt --check
Expand All @@ -97,6 +97,8 @@ forge build --skip test --use solc:0.7.6
forge build --skip test --use solc:0.8.0
```

The CI will also ensure that the code is formatted correctly and that the tests are passing across all compiler version targets.

#### Adding cheatcodes

Please follow the guide outlined in the [cheatcodes](https://github.com/foundry-rs/foundry/blob/master/docs/dev/cheatcodes.md#adding-a-new-cheatcode) documentation of Foundry.
Expand Down

0 comments on commit 5af436d

Please sign in to comment.