From d343da448cde08582967b2ea5ef834d11c7016a8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 7 Feb 2018 15:02:43 +0100 Subject: [PATCH] Made the question a checkbox To be checked off by the submitter. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eba55ea2b..115a73f6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ #### Additional information... -* Have you run the test suite? +* [ ] Have you run the test suite? Many changes need to be tested. Please run the test suite and include the output of the ```cd test && ./problems``` command.