Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 1.5 KB

pull_request_template.md

File metadata and controls

executable file
·
47 lines (30 loc) · 1.5 KB

Description

  • Please include a summary of the change and which issue is fixed.
  • Describe your solution if complex.
  • List any dependencies that are required for this change.
  • @mention anyone who is responsible for reviewing.

This PR is for:

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the manual or automatic tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration if it's unique.

  • Test A
  • Test B

Test Configuration:

  • Please list any specific environments if unique.

Evidence of Test Results

Please provide videos or screenshots of your test results here.

Checklist:

  • Commented in hard-to-understand areas
  • Updated documentation
  • ESLint or other linter shows no new warnings
  • New and existing unit tests pass locally (Please remove if not relevant)
  • New unit tests have been written and performed. (Please remove if not relevant)
  • New E2E tests have been written and performed. (Please remove if not relevant)

TODOs

Any todos left or discussion details should be included here.