summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-20 22:16:05 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-20 22:16:05 +0200
commit62849f2e0b96d6b537bdec8e0614785efcfa828c (patch)
tree6e9237f237c7d5eb19655c59d69a33a36bcf3ede
parent2cc9a42ca45d14fc7fe35ea6f8bc4f9275f33144 (diff)
downloadgitlab-ce-milestones.tar.gz
Refactor milestones documentationmilestones
[ci skip]
-rw-r--r--doc/workflow/milestones.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/workflow/milestones.md b/doc/workflow/milestones.md
index dff36899aec..7b2bf90f2b3 100644
--- a/doc/workflow/milestones.md
+++ b/doc/workflow/milestones.md
@@ -1,13 +1,24 @@
# Milestones
-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.
+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.
+
+
+
+## Create a milestone
![milestone form](milestones/form.png)
+---
+
+## Milestones overview
+
+## Single milestone view
+
## Groups and milestones
-You can create a milestone for several projects in the same group simultaneously.
+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)