From 595782f41483023f77cc61d127b526a55447d6b6 Mon Sep 17 00:00:00 2001 From: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:19:11 -0700 Subject: [PATCH] Minor edits to test/verification section of PR template Signed-off-by: Thara Palanivel <130496890+tharapalanivel@users.noreply.github.com> --- .github/pull_request_template.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9be45287..499f454f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,13 +8,15 @@ -### (Optional) List any documentation or testing added +### How to verify the PR - + -### (Optional) How to verify the contribution +### Was the PR tested - + +- [ ] I have added >=1 unit test(s) for every new method I have added (if that coverage is difficult, please briefly explain the reason) +- [ ] I have ensured all unit tests pass ### Checklist for passing CI/CD: