From ea7e81d9a1f26dcee7372ed70b647edfe0502887 Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Thu, 24 Apr 2025 16:26:55 +0900 Subject: [PATCH] docs(.github/pull_request_template): add checklist for running 'yarn run fix' --- .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 cd609f24..07585edd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,5 +5,6 @@ ## Checklist - [ ] Did you write the test code? +- [ ] Have you run `yarn run fix` to format and lint the code and docs? - [ ] Have you run `yarn run test:coverage` to make sure there is no uncovered line? - [ ] Did you write the JSDoc?