chore: update pull request template and README.md

This commit is contained in:
Ricardo Guilherme Schmidt 2024-09-24 17:30:00 -03:00
parent ff223c5efa
commit 9c38c50820
No known key found for this signature in database
GPG Key ID: 54B4454CC123AD17
2 changed files with 2 additions and 5 deletions

View File

@ -7,8 +7,5 @@ Describe the changes made in your pull request here.
Ensure you completed **all of the steps** below before submitting your pull request:
- [ ] Added natspec comments?
- [ ] Ran `forge snapshot`?
- [ ] Ran `pnpm gas-report`?
- [ ] Ran `pnpm lint`?
- [ ] Ran `forge test`?
- [ ] Ran `pnpm adorno`?
- [ ] Ran `pnpm verify`?

View File

@ -142,7 +142,7 @@ $ forge test
Formats, generates snapshot and gas report:
```sh
pnpm run adorno
pnpm adorno
```
## License