From fb0df1e84aaecd306dd7b61a953c8c511a3ae903 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Wed, 20 Sep 2023 15:39:47 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#2345) --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d9670fa50..e4b83cd6e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,10 +4,16 @@ [] Add unit-tests --> -**What this PR does / why we need it**: +**What this PR does / why we need it**: +Explain the PR and why it is needed. -**Which issue(s) this PR fixes** (optional) +**Which issue(s) this PR fixes** (optional) Closes # +or +PWX- -**Special notes for your reviewer**: +**Testing Notes** +Add testing output or passing unit test output here. +**Special notes for your reviewer**: +Add any notes for the reviewer here.