Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Latest commit

 

History

History
51 lines (35 loc) · 1.27 KB

File metadata and controls

51 lines (35 loc) · 1.27 KB

Description

Please include a summary of the changes and related context. Explain why this change is needed.

Type of Change

Please select the relevant option:

  • 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 change)
  • Documentation update
  • Dependency update

Related Issues

Closes: #(issue number)

Changes Made

  • Bullet point 1
  • Bullet point 2
  • Bullet point 3

Testing

Please describe the tests you ran and how to reproduce them:

Commands to test:
1.
2.
3.

Checklist

Please ensure your contribution adheres to the following:

  • My commits are signed with a verified signature (required)
  • I have followed the code style guidelines in this project
  • I have updated the README.md if applicable
  • I have added tests for new functionality
  • All tests pass locally (npm test, including pretest linting)
  • I have run the formatter (npm run format)
  • I have added/updated documentation for any new or changed functionality
  • My pull request title is descriptive and follows Gitmoji conventions

Additional Context

Add any other relevant context or screenshots here.