Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 647 Bytes

pull_request_template.md

File metadata and controls

10 lines (8 loc) · 647 Bytes

If you made a contract change, make sure to complete the checklist below before merging it in master.

Refer to our documentation for more details about contract security best practices.

Contract change checklist:

  • Code reviewed by 2 reviewers.
  • Copy & paste code review security checklist below this checklist.
  • Unit tests pass
  • Slither tests pass with no warning
  • Echidna tests pass if PR includes changes to OUSD contract (not automated, run manually on local)