summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Wu <victor@gitlab.com>2018-11-07 01:09:38 +0000
committerVictor Wu <victor@gitlab.com>2018-11-07 01:09:38 +0000
commitc2d9323dbcd9696cff1f51a0bf5033f9cbdd61dc (patch)
treede3399e75c9bc1ce638e9a2e08e0c6e663fa99b1
parent12eb51c759ef3b3a98a52cee25f2c4865be77265 (diff)
downloadgitlab-ce-docs-milestones-sprints-releases.tar.gz
-rw-r--r--doc/user/project/milestones/index.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md
index ae39ad82925..7168fe63887 100644
--- a/doc/user/project/milestones/index.md
+++ b/doc/user/project/milestones/index.md
@@ -11,14 +11,18 @@ Milestones allow you to organize issues and merge requests into a cohesive group
Milestones can be used as Agile sprints.
Set the milestone start date and due date to represent
the start and end of your Agile sprint.
+Set the milestone title to the name of your Agile sprint,
+such as `November 2018 sprint`.
Add an issue to your Agile sprint by associating
the milestone to the issue.
## Milestones as releases
Milestones can be used as releases.
-Ser the milestone due date to represent the release date of your release.
+Set the milestone due date to represent the release date of your release.
(And leave the milestone start date blank.)
+Set the the milestone title to the version of your release,
+such as `Version 9.4`.
Add an issue to your release by associating
the milestone to the issue.