From 12015afe34037b6d2126727a674ecdc2e6a92b2d Mon Sep 17 00:00:00 2001 From: Joe Khoury Date: Tue, 11 Jun 2019 12:27:47 -0400 Subject: [PATCH] Ask if you have run the sandbox. --- .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 93c7f0145..2b122a343 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -39,4 +39,5 @@ - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. +- [ ] I have run the Sandbox successfully. - [ ] All new and existing tests passed.