From b4f69063608abf839aba05648be281de4cba9477 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Mon, 22 Apr 2024 13:08:01 +0000
Subject: [PATCH] Update default.md

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

diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
index 9ea6fd832..694ccc688 100644
--- a/.gitlab/merge_request_templates/default.md
+++ b/.gitlab/merge_request_templates/default.md
@@ -1,6 +1,6 @@
 # Related to #000
 
-| :triangular_flag_on_post: Give your MR title the same name that the desired squash commit. In doubt, check the conventional commit [doc][conventional-commits]. examples |
+| :triangular_flag_on_post: Give your MR title the same name that the desired squash commit. Check the [conventional commit documentation][conventional-commits]. Examples : |
 | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
 | **feat(profile)**: add...                                                                                                                                                |
 | **fix(annuaire)**: remove...                                                                                                                                             |
@@ -21,6 +21,8 @@ _List all steps to set up and validate the changes on local environment._
 
 _To be completed by the chosen reviewer._
 
+Follow the [conventional comments][conventional-comments] for easier communication and intention !
+
 <!---
 Using checklists improves quality in software engineering and other jobs such as with surgeons and airline pilots.
 More reading on checklists can be found in the "Checklist Manifesto": http://atulgawande.com/book/the-checklist-manifesto/
@@ -66,6 +68,7 @@ _🔁 Re-run Quality job to update_
 - When featured on a self-data project release, I have made sure my **app version** in the manifest and package.json is **incremented** and any relative **changes to the permissions are clearly written and transmitted to Cozy**.
 
 [conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/
+[conventional-comments]: https://conventionalcomments.org/
 [bugs_mr]: https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo-mr&metric=bugs&token=3d678f5d0b1736ae2a81986f8bf3bcb32672231c
 [bugs_dev]: https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo&metric=bugs&token=95187318baacb2c9aeab7c8f3046b4b66f08e9b1
 [smells_mr]: https://sonarqube.forge.grandlyon.com/api/project_badges/measure?project=ecolyo-mr&metric=code_smells&token=3d678f5d0b1736ae2a81986f8bf3bcb32672231c
-- 
GitLab