chore: yarn -> pnpm in PULL_REQUEST_TEMPLATE (#8)

We're using `pnpm` not `yarn`.
This commit is contained in:
r4bbit 2023-09-10 11:44:59 +02:00 committed by GitHub
parent 4406e91add
commit cbd03c711c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`?