Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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](https://github.com/token-js/token.js/blob/main/CONTRIBUTING.md) 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.