Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.12 KB

pull_request_template.md

File metadata and controls

26 lines (20 loc) · 1.12 KB

Description

Provide context for the code changes. Why are these changes being made?

Caveats

Are there any known issues or limitations that someone might stumble upon, but will not be addressed by this PR?

Related PRs

Any other code to consider?

Screenshots (if appropriate):

How Has This Been Tested?

Please describe how you tested your changes.

Checklist:

Go over all the following points, and put an x in all the boxes that apply. Not all may apply, if you're unsure about any of these, don't hesitate to ask.

  • Linked to JIRA story in the title, example: [TD-###] PR Title
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • Addressed any security concerns with this PR.
  • My change does not affect native builds, or a relevant native change has also been created. If you are making db schema changes, this may be the case.
  • Checked for package.lock changes