From ca0dc508e1bc75f985caf6babac6414bc0ac1f65 Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Mon, 26 Feb 2024 10:04:54 -0300 Subject: [PATCH] fix(PULL_REQUEST_TEMPLATE): use the correct command name --- .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 31820a3..5f121c0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ Ensure you completed **all of the steps** below before submitting your pull requ - [ ] Added natspec comments? - [ ] Ran `forge snapshot`? -- [ ] Ran `pnpm gas:report`? +- [ ] Ran `pnpm gas-report`? - [ ] Ran `pnpm lint`? - [ ] Ran `forge test`? - [ ] Ran `pnpm verify`?