diff --git a/pull_request_template.md b/pull_request_template.md index 6d536458d4..e8e4f1dc8b 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -20,6 +20,7 @@ Two reviewers complete the following checklist: ``` - [ ] All deployed contracts are listed in the deploy PR's description - [ ] Deployed contract's verified code (and all dependencies) match the code in master +- [ ] Contract constructors have correct arguments - [ ] 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