From f41b0be972b24ea19dc378d3c3d6f061cbe732ce Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 4 Aug 2022 10:35:59 +0200 Subject: [PATCH] chore: updated checklist --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3a7ebc1a0..93f1927a6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,3 +11,5 @@ Please provide a paragraph or two giving a summary of the change, including rele - [ ] I'm happy for the PR to be merged at the reviewers next convenience. - [ ] NatSpec documentation of all the non-test functions is present and is complete. - [ ] Continuous integration (CI) passes. +- [ ] Command `forge coverage --match-contract MyContract` returns 100% line coverage. +- [ ] All the possible reverts are tested.