From 9c38c50820b3d9b6bc036f627c5628b4d1cd845f Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Tue, 24 Sep 2024 17:30:00 -0300 Subject: [PATCH] chore: update pull request template and README.md --- .github/PULL_REQUEST_TEMPLATE.md | 5 +---- README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5f121c0..b575162 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,5 @@ Describe the changes made in your pull request here. Ensure you completed **all of the steps** below before submitting your pull request: - [ ] Added natspec comments? -- [ ] Ran `forge snapshot`? -- [ ] Ran `pnpm gas-report`? -- [ ] Ran `pnpm lint`? -- [ ] Ran `forge test`? +- [ ] Ran `pnpm adorno`? - [ ] Ran `pnpm verify`? diff --git a/README.md b/README.md index 93656b3..4754e57 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ $ forge test Formats, generates snapshot and gas report: ```sh -pnpm run adorno +pnpm adorno ``` ## License