docs: fix PR template to mention `pnpm` not `yarn`

This has been fixed in the original foundry template as well but wasn't
yet in the changes done to this repository.
This commit is contained in:
r4bbit 2023-09-13 10:13:38 +02:00
parent 2e7c5148b4
commit a20d272e67
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 1 additions and 1 deletions

View File

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