From 28e0281d5ac39ee6907da2143386af227086a63b Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:19:23 -0700 Subject: [PATCH] [Enhancement] Add tests checklist item to pull_request_template.md (#3088) * Update pull_request_template.md * Fix typo * Update .github/pull_request_template.md Co-authored-by: schmidtc1 <62030095+schmidtc1@users.noreply.github.com> --------- Co-authored-by: schmidtc1 <62030095+schmidtc1@users.noreply.github.com> --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?