From c90576288a6e1c3c7a83f8cd534c699ccc8d4e44 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Thu, 4 Nov 2021 17:43:26 -0700 Subject: [PATCH] Address reviewer comments [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34fd6ebd..b3c1c40f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,8 +16,6 @@ **Contributor Checklist**: -- [ ] Yes, I specified the "Type of Change" -- [ ] Yes, I specified the "Impact" - [ ] Did you set `dev` as the base branch? - [ ] Did you delete any extraneous prints/debugging code? - [ ] (If applicable) Did you add documentation for the feature?