From 8d63aaaa52f3e2b5d7f732761fda3d8c0effb296 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Mon, 17 Oct 2016 14:48:18 +0200 Subject: [PATCH] [TASK] Moved description down --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3155964..82097bb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,9 +17,6 @@ What types of changes does your code introduce? Check all the boxes that apply: - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Cleanup (non-breaking change which cleans up the code) -### Description -... - ### Final checklist Go over all the following points and check all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help! @@ -34,4 +31,7 @@ Your pull request will be tested via Travis CI to automatically indicate that yo If it reports back that there are problems, you go to [the Travis system](https://travis-ci.org/Parabot/Parabot) and check the log report for your pull request to see what the problem was. If you add new code to fix a Travis building issue/problem, then take note that you need to check the next pull request in the Travis system. -Travis issue numbers are different from GitHub issue numbers. \ No newline at end of file +Travis issue numbers are different from GitHub issue numbers. + +### Description +... \ No newline at end of file