Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 848 Bytes

File metadata and controls

12 lines (9 loc) · 848 Bytes

Summary

Replace this text with a description of the changes in this Pull Request. Be sure to include the purpose of the changes, an overview of what changed, and any other relevant information.

Checklist

  • Pull Request title follows Conventional Commit specification format: type(scope): description
  • Branch has been rebased against latest merge destination branch; this is typically main or master.
  • Linter (ESLint) and formatter (Prettier) has been applied on the code changes.
  • There is test coverage on the changes made by this Pull Request.
  • Documentation has been updated where necessary or comments were added where additional clarity is required.
  • Reviewer has been assigned to this Pull Request.