fix(PULL_REQUEST_TEMPLATE): use the correct command name

This commit is contained in:
Ricardo Guilherme Schmidt 2024-02-26 10:04:54 -03:00
parent fda74d0eca
commit ca0dc508e1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Ensure you completed **all of the steps** below before submitting your pull requ
- [ ] Added natspec comments? - [ ] Added natspec comments?
- [ ] Ran `forge snapshot`? - [ ] Ran `forge snapshot`?
- [ ] Ran `pnpm gas:report`? - [ ] Ran `pnpm gas-report`?
- [ ] Ran `pnpm lint`? - [ ] Ran `pnpm lint`?
- [ ] Ran `forge test`? - [ ] Ran `forge test`?
- [ ] Ran `pnpm verify`? - [ ] Ran `pnpm verify`?