From 675895ff01adcd52a4ed018f099b287f4b89a290 Mon Sep 17 00:00:00 2001 From: Alice Harpole Date: Wed, 27 May 2020 13:22:43 -0400 Subject: [PATCH] add checkpoint to PR template checklist (#1168) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3d240bf1a7f..0e74ee968a7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,3 +26,4 @@ - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. +- [ ] I have assigned/requested two reviewers for this pull request.