chore: yarn -> pnpm in PULL_REQUEST_TEMPLATE

We're using `pnpm` not `yarn`.
This commit is contained in:
r4bbit 2023-09-09 13:41:53 +02:00
parent 4406e91add
commit 14b9b1ed0a
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`?