From 291036d053184d973e9c6daaf5f3d75f3b8a0bd4 Mon Sep 17 00:00:00 2001 From: Cormac Relf Date: Fri, 20 Jul 2018 14:49:25 +1000 Subject: [PATCH] docs: PR template switcheroo --- .github/pull_request_template.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b000b07a..38fdfc3c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,9 @@ +Please briefly describe your changes, and explain any choices you made. + +**Relevant issues** + +Please include references to any relevant issues. + **Before submitting** If your pull request includes changes to the library code: @@ -6,11 +12,3 @@ If your pull request includes changes to the library code: - [ ] Make sure the test suite passes - [ ] Make sure the demo app isn't broken -**Description** - -Please briefly describe your changes, and explain any choices you made. - -**Relevant issues** - -Please include references to any relevant issues. -