diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d3130a73ab8..158ac312a50 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -28,7 +28,8 @@ - [ ] There is no overlap with another PR? - [ ] The PR is self-contained and cannot be split into smaller PRs? - [ ] Have I provided a clear explanation of the changes? +- [ ] Have I considered writing automated tests for the issue? - [ ] Have I tested the changes (manually)? - [ ] Are all unit tests still passing? (`npm run test`) - [ ] Are the changes visual? - - [ ] Have I provided screenshots/videos of the changes? \ No newline at end of file + - [ ] Have I provided screenshots/videos of the changes?