mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
458 B
458 B
Please use conventional commits to describe your changes. For example,
feat: add new featureorfix: fix a bug. If you are unsure, leave the title as...and AI will handle it.
Describe your changes
...
Issue ticket number and link
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.