Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.01 KB

File metadata and controls

22 lines (15 loc) · 1.01 KB

Thank you for your contribution! To help get your changes merged as quickly as possible, please fill out this template and confirm you've completed all of the pre-submission checks.

Cheers, Pate

All Submissions (required):

  • Have you read the Contributing guidelines?
  • Have you updated the documentation with pnpm docs?
  • Have you ran the linter with pnpm lint:fix?
  • Have you successfully ran the tests locally with pnpm test?
  • Please link any relevant GitHub issue here.

New Feature Submissions (optional):

  • Have you added new tests for your feature? Do those tests cover each model provider as applicable?
  • Please provide a summary of your new feature and the reasoning behind it here.

Bug Fixes (optional):

  • Have you added new regression tests to cover the bug?
  • Please provide replication steps for the bug here. For complex bugs, a repository that replicates the issue can also be linked here.