From 72098c9035676f7ef1ea804087a1df253b78124f Mon Sep 17 00:00:00 2001 From: Hannah <59471320+kaixin-hc@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:03:20 +0700 Subject: [PATCH] Update docs/devGuide/projectManagement.md Co-authored-by: Chan Yu Cheng <77204346+yucheng11122017@users.noreply.github.com> --- docs/devGuide/projectManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devGuide/projectManagement.md b/docs/devGuide/projectManagement.md index a05ab0e7d..02034a51d 100644 --- a/docs/devGuide/projectManagement.md +++ b/docs/devGuide/projectManagement.md @@ -367,7 +367,7 @@ Note that: - Previously, we used milestones to help manage versions, adding a milestone to an issue once related PRs had been merged. However, there was confusion over the use of milestones and labels, adding a milestone was often forgotten, and ultimately it was not sufficiently useful to the team. + Previously, we used milestones to help manage versions, adding a milestone to an issue once related PRs had been merged. However, there was confusion over the use of milestones and labels and adding a milestone was often forgotten. Hence, ultimately it was not sufficiently useful to the team. {% from "njk/common.njk" import previous_next %}