From 8f33f43637ca10e1e2594de8ddc42466f1e224b7 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:42:43 -0600 Subject: [PATCH] Add tests section to PR template (#2895) --- .github/PULL_REQUEST_TEMPLATE.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b6251ac52..b916ff62b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,24 +1,29 @@ ## what ## why +## tests + + ## references