Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 781 Bytes

pull_request_template.md

File metadata and controls

18 lines (15 loc) · 781 Bytes

Description

Checklist

  • Pull Request references Clickup task
  • Pull Request applies to a single purpose
  • I've added comments to my code where needed
  • I've added / updated natspec
  • I've added / updated tests to show that my changes achieve the desired results
  • I've reviewed my code
  • I've followed established naming conventions and formatting
  • I've generated a coverage report and included a screenshot
  • All tests are passing locally
  • I've added / updated a .md documentation file per smart contract (in the contract directory) based on .docs.example