Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.08 KB

pull_request_template.md

File metadata and controls

45 lines (34 loc) · 2.08 KB

Description

Motivation and Context

Fixes

[Jira ticket](https://lumenlearning.atlassian.net/browse/)

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
  • (For UI changes) I have considered the accessibility of this feature (see https://www.a11yproject.com/checklist/ for a high-level checklist)
  • 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