diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3fb4fd3..21d756d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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`?