From 96942c3be39a78f17ee9b5b7bd23390a03c0f651 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:49:46 +0400 Subject: [PATCH] Update PR template --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index e8e4f1dc8b..0b63d63ae0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -24,5 +24,6 @@ Two reviewers complete the following checklist: - [ ] The transactions that interacted with the newly deployed contract match the deploy script. - [ ] Governance proposal matches the deploy script - [ ] Smoke tests pass after fork test execution of the governance proposal +- [ ] Deploy script calls `initialize()` and `safeApproveAllTokens()` wherever necessary ```