From e5a9d3dec29b8891d74ff9ebc516f494831cec73 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Wed, 11 May 2022 07:02:30 +1000 Subject: [PATCH] Remove testing requirements from PR template (#1989) --- .github/PULL_REQUEST_TEMPLATE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 27dd616e0..7fd199480 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,11 +16,6 @@ * **file.ext:** Description of what was changed and why -## Testing requirements - - - - ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] If making database changes - I have also updated Entity Framework queries and/or migrations