From 573ad560b62266e03e3b49a98e9fdba5ead3ae1f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 7 Feb 2018 20:49:22 -0500 Subject: [PATCH] Templates: Combined two sentences for readability --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 624e58b72..43476299b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,6 @@ Replace this text with a description of the PR. #### Additional information... -- [ ] Have you run the test suite? - Many changes need to be tested. Please run the test suite. - And include the output of ```cd test && ./problems```. +- [ ] Have you run the test suite? + Many changes need to be tested. Please run the test suite + and include the output of ```cd test && ./problems```.