From 5fb1fd27aa7f305e910fb00229d4b92e8722731b Mon Sep 17 00:00:00 2001
From: Job van der Voort <jobvandervoort@gmail.com>
Date: Mon, 14 Dec 2015 20:22:06 +0100
Subject: [PATCH] move up text regarding where to post issue

---
 CONTRIBUTING.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 284dc4606f9..105be7b25a3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,12 +48,13 @@ When submitting an issue please conform to the issue submission guidelines liste
 Not all issues will be addressed and your issue is more likely to be addressed
 if you submit a merge request which partially or fully addresses the issue.
 
-Please send a merge request with a tested solution or a merge request with a failing test instead of opening an issue if you can.
 If you're unsure where to post, post to the [mailing list](https://groups.google.com/forum/#!forum/gitlabhq)
 or [Stack Overflow](https://stackoverflow.com/questions/tagged/gitlab) first.
 There are a lot of helpful GitLab users there who may be able to help you quickly.
 If your particular issue turns out to be a bug, it will find its way from there.
 
+Please send a merge request with a tested solution or a merge request with a failing test instead of opening an issue if you can.
+
 ### Feature proposals
 
 To create a feature proposal for CE and CI, open an issue on the
-- 
GitLab