From 4b4f910ef31efafc82affd2b0d5846b2d35d6d0d Mon Sep 17 00:00:00 2001
From: Missy Davies <ms.melissadavies@gmail.com>
Date: Wed, 15 Feb 2023 11:46:40 +0000
Subject: [PATCH] Add guidance to use full url for milestones

---
 doc/development/contributing/merge_request_workflow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md
index be5f8c217b779..01bfdae5999c8 100644
--- a/doc/development/contributing/merge_request_workflow.md
+++ b/doc/development/contributing/merge_request_workflow.md
@@ -132,7 +132,7 @@ Commit messages should follow the guidelines below, for reasons explained by Chr
 - The commit subject or body must not contain Emojis.
 - Commits that change 30 or more lines across at least 3 files should
   describe these changes in the commit body.
-- Use issues and merge requests' full URLs instead of short references,
+- Use issues, milestones, and merge requests' full URLs instead of short references,
   as they are displayed as plain text outside of GitLab.
 - The merge request should not contain more than 10 commit messages.
 - The commit subject should contain at least 3 words.
-- 
GitLab