From a24a43e189b99de70d5f93e9d454ff2060b8684f Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Fri, 26 Aug 2022 12:15:12 +0000
Subject: [PATCH] Update .gitlab/merge_request_templates/default.md

---
 .gitlab/merge_request_templates/default.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
index 087063328..8c19cae9f 100644
--- a/.gitlab/merge_request_templates/default.md
+++ b/.gitlab/merge_request_templates/default.md
@@ -28,7 +28,7 @@ More reading on checklists can be found in the "Checklist Manifesto": http://atu
 --->
 
 
-### Quality
+### Quality [![Bugs](https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo-mr&metric=bugs&token=3d678f5d0b1736ae2a81986f8bf3bcb32672231c)](https://sonarqube.forge.grandlyon.com/dashboard?id=ecolyo-mr) - [![Code Smells](https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo-mr&metric=code_smells&token=3d678f5d0b1736ae2a81986f8bf3bcb32672231c)](https://sonarqube.forge.grandlyon.com/dashboard?id=ecolyo-mr)
 
 * [ ] Confirmed
 
@@ -52,7 +52,7 @@ More reading on checklists can be found in the "Checklist Manifesto": http://atu
 1. The MR is named after the desired squash commit to feed the changelog linked to the current milestone.
 1. I have added/updated documentation (also updated if the changes feature a deprecation) or I have decided that documentation changes are not needed for this MR.
 
-### Security
+### Security [![Security Rating](https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo-mr&metric=security_rating&token=3d678f5d0b1736ae2a81986f8bf3bcb32672231c)](https://sonarqube.forge.grandlyon.com/dashboard?id=ecolyo-mr)
 
 * [ ] Confirmed
 
-- 
GitLab