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?