Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 963 Bytes

File metadata and controls

49 lines (33 loc) · 963 Bytes

Description

Please include a summary of the change and the related issue.
Explain the motivation for this change and any relevant context.

PR Fixes:

Resolves # (issue number)


Type of Change

Select all that apply:

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Changes Made


Testing Steps

Describe the steps taken to test the changes: 1. 2.


Screenshots (if applicable)

Add screenshots to help explain your changes.


Checklist before requesting a review

  • I have pulled the latest changes from main branch
  • I have tested the changes locally
  • I have run npm run lint:fix locally
  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue
  • I have commented my code where necessary
  • I have updated relevant documentation if needed