Skip to content

Commit c38db22

Browse files
authored
Merge pull request #171 from token-js/pate/pr-template
docs: Add PR template
2 parents c024d3d + 5ad6745 commit c38db22

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
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.
2+
3+
Cheers,
4+
Pate
5+
6+
### All Submissions (required):
7+
8+
* [ ] Have you read the [Contributing](https://github.com/token-js/token.js/blob/main/CONTRIBUTING.md) guidelines?
9+
* [ ] Have you updated the documentation with `pnpm docs`?
10+
* [ ] Have you ran the linter with `pnpm lint:fix`?
11+
* [ ] Have you successfully ran the tests locally with `pnpm test`?
12+
* [ ] Please link any relevant GitHub issue here.
13+
14+
### New Feature Submissions (optional):
15+
16+
* [ ] Have you added new tests for your feature? Do those tests cover each model provider as applicable?
17+
* [ ] Please provide a summary of your new feature and the reasoning behind it here.
18+
19+
### Bug Fixes (optional):
20+
21+
* [ ] Have you added new regression tests to cover the bug?
22+
* [ ] Please provide replication steps for the bug here. For complex bugs, a repository that replicates the issue can also be linked here.

0 commit comments

Comments
 (0)