From 14b9b1ed0a523cd4ae7d09d29f5549f762d474c2 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Sat, 9 Sep 2023 13:41:53 +0200 Subject: [PATCH] chore: yarn -> pnpm in PULL_REQUEST_TEMPLATE We're using `pnpm` not `yarn`. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`?