[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>
This commit is contained in:
flx-sta 2024-07-22 11:19:23 -07:00 committed by GitHub
parent 6e079422d8
commit 28e0281d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
- [ ] 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?