Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 21:55:58 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 21:55:58 +0300
commitb093f50986b6dcd0e4caf33d3c96831155e71db8 (patch)
treeed37394c7b2479a66c494768c9af339b6dc7c29d /doc/workflow
parent32f1a7196817b1073327c607905ee40b9140e6df (diff)
Some code and doc improvements
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/milestones.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/workflow/milestones.md b/doc/workflow/milestones.md
index 1cd1f0f2fc3..dff36899aec 100644
--- a/doc/workflow/milestones.md
+++ b/doc/workflow/milestones.md
@@ -1,13 +1,13 @@
# Milestones
-Milestone allows you to group issues and set due date for it.
-Milestone is created per project.
+Milestones allow you to organize issues and merge requests into a cohesive group, optionally setting a due date.
+A common use is keeping track of an upcoming software version. Milestones are created per-project.
![milestone form](milestones/form.png)
## Groups and milestones
-You can create milestone with single form for several projects that belongs to the same group.
-On the group milestones page you will be able to see this milestones grouped together by name.
+You can create a milestone for several projects in the same group simultaneously.
+On the group's milestones page, you will be able to see the status of that milestone across all of the selected projects.
![group milestone form](milestones/group_form.png)