Files
2024-02-06 17:31:44 -05:00

458 B

Please use conventional commits to describe your changes. For example, feat: add new feature or fix: fix a bug. If you are unsure, leave the title as ... and AI will handle it.

Describe your changes

...

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests.
  • If it is a core feature, I have added documentation.