From 6bf9df21296927fb3bfb52690110e562a5782881 Mon Sep 17 00:00:00 2001 From: Daisy Kucharski Date: Thu, 19 Oct 2023 19:30:25 -0400 Subject: [PATCH] update PR template --- .github/PULL_REQUEST_TEMPLATE | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 5e9e3b624..ca3a25e92 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -31,4 +31,5 @@ Please describe how you tested this PR (both manually and with tests) Provide in - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes +- [ ] I've run the end to end tests - [ ] Any dependent changes have been merged and published in downstream modules