From 1ba14ff848a200465dd11c7953009748a12b3672 Mon Sep 17 00:00:00 2001
From: Vincent Petry <pvince81@owncloud.com>
Date: Wed, 22 Jan 2014 11:58:09 +0100
Subject: [PATCH] Moved steps to reproduce to the top

This prevents people to put their steps into the "Expected" section.
It is better to first read the steps to find out how users reached the
issue, then see what was expected and actually happened.
---
 issue_template.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/issue_template.md b/issue_template.md
index 0ddc7667bf3..a9ee4a44c9f 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -1,14 +1,14 @@
+### Steps to reproduce
+1.
+2.
+3.
+
 ### Expected behaviour
 Tell us what should happen
 
 ### Actual behaviour
 Tell us what happens instead
 
-### Steps to reproduce
-1. 
-2. 
-3. 
-
 ### Server configuration
 Operating system:
 
-- 
GitLab