diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 19:55:58 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 19:55:58 +0100 |
commit | b093f50986b6dcd0e4caf33d3c96831155e71db8 (patch) | |
tree | ed37394c7b2479a66c494768c9af339b6dc7c29d /doc/workflow/milestones.md | |
parent | 32f1a7196817b1073327c607905ee40b9140e6df (diff) | |
download | gitlab-ce-b093f50986b6dcd0e4caf33d3c96831155e71db8.tar.gz |
Some code and doc improvementsglobal-milestones
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/workflow/milestones.md')
-rw-r--r-- | doc/workflow/milestones.md | 8 |
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) |