From 5ad6745a450c7dfa9c9b7a2b49f4cc2798a9a995 Mon Sep 17 00:00:00 2001 From: Ryan Pate Date: Mon, 21 Apr 2025 09:58:53 -0700 Subject: [PATCH] docs: Add PR template --- pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..29b5be9 --- /dev/null +++ b/pull_request_template.md @@ -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. \ No newline at end of file