diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3909f981b..d694cfadd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,3 +3,4 @@ - [ ] Add tests - [ ] Run tests - [ ] `bun run format:fix && bun run lint:fix` to format the code +- [ ] Add [TSDoc](https://tsdoc.org/)/[JSDoc](https://jsdoc.app/about-getting-started) to document the code