From 0e38cdc4a99ac7a4d7b6b745f416841d1f8b8c82 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 7 Feb 2018 08:49:57 -0500 Subject: [PATCH] Github: Added pull request template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d17a07c60 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +#### Additional information... + +* 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``` script. +