Merge pull request #8 from logos-co/docs/pnpm-yarn

docs: fix PR template to mention `pnpm` not `yarn`
This commit is contained in:
Ricardo Guilherme Schmidt 2023-09-13 18:59:35 -03:00 committed by GitHub
commit 4af5c5f02c
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`?