From 116867a921d030c900c7b3807c117edd1d37677e Mon Sep 17 00:00:00 2001 From: fzn0x Date: Wed, 29 May 2024 00:15:45 +0700 Subject: [PATCH] chore: Author should include JSDoc (#2840) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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