[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:
parent
6e079422d8
commit
28e0281d5a
|
@ -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?
|
||||
- [ ] Have I provided screenshots/videos of the changes?
|
||||
|
|
Loading…
Reference in New Issue