From 935a41042991747804d1e3f958aa96de5cfaeac2 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 7 Feb 2018 15:06:15 +0100 Subject: [PATCH] Reformatting --- .github/pull_request_template.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 115a73f6c..624e58b72 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,9 @@ +#### Description + +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 the ```cd test && ./problems``` command. - +- [ ] 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```.