Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.84 KB

pull_request_template.md

File metadata and controls

41 lines (31 loc) · 1.84 KB

Description

Motivation and Context

How Has This Been Tested?

Screenshots


Database changes

⚠️ Deployment instructions ⚠️

New ENV variables


Checklist

  • I have reviewed the AC for this feature and my changes meet all requirements
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have requested a review from at least one other dev