Skip to content

Commit

Permalink
Added contract constructor check to checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVF authored Sep 30, 2024
1 parent 210a0c2 commit 700e1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 700e1a5

Please sign in to comment.