From 902b4e565984c69c6ad828ef4a6c46cd3eb1673e Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 12 Sep 2018 17:25:35 +0200
Subject: [PATCH] BUG: fix markdown syntax in MR template

---
 .gitlab/merge_request_templates/request_for_changes.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab/merge_request_templates/request_for_changes.md b/.gitlab/merge_request_templates/request_for_changes.md
index 2ef19399b7..31bf9cb52c 100644
--- a/.gitlab/merge_request_templates/request_for_changes.md
+++ b/.gitlab/merge_request_templates/request_for_changes.md
@@ -37,9 +37,11 @@ List or link documentation modifications that were made (doxygen, example, Softw
 The copyright owner is *COPYRIGHT OWNER (OR OWNER'S AGENT)* and has signed the ORFEO ToolBox Contributor License Agreement.
 
 <hr>
+
 ***Check before merging:***
+
 - All discussions are resolved
 - At least 2 :thumbsup: votes from core developers, no :thumbsdown: vote.
 - The feature branch is (reasonably) up-to-date with the base branch
 - Dashboard is green
-- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
\ No newline at end of file
+- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
-- 
GitLab