diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-02-23 17:13:15 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-23 17:13:15 +0000 |
commit | c0c8250f46633b3c0477b2effa5739c35f927b54 (patch) | |
tree | 9f9d4ad8e23b11532a04a36b10f3bac42e9a7093 | |
parent | 9c498d39b0b6f647a396611ce6ef159ae8e8a0f3 (diff) | |
parent | 9cf505eb256960f8265cb68cd82d8549c21de4f2 (diff) | |
download | gitlab-ce-c0c8250f46633b3c0477b2effa5739c35f927b54.tar.gz |
Merge branch 'docs-fix-empty-line' into 'master'
Add missing empty line at the end of file
See merge request gitlab-org/gitlab-ce!17303
-rw-r--r-- | doc/user/project/milestones/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md index d3e9bf9e6a8..10e6321eb82 100644 --- a/doc/user/project/milestones/index.md +++ b/doc/user/project/milestones/index.md @@ -8,8 +8,8 @@ Milestones allow you to organize issues and merge requests into a cohesive group ## Project milestones and group milestones -- **Project milestones** can be assigned to issues or merge requests in that project only. -- **Group milestones** can be assigned to any issue or merge request of any project in that group. +- **Project milestones** can be assigned to issues or merge requests in that project only. +- **Group milestones** can be assigned to any issue or merge request of any project in that group. - In the [future](https://gitlab.com/gitlab-org/gitlab-ce/issues/36862), you will be able to assign group milestones to issues and merge reqeusts of projects in [subgroups](../../group/subgroups/index.md). ## Creating milestones @@ -108,4 +108,4 @@ The milestone sidebar on the milestone view shows the following: For project milestones only, the milestone sidebar shows the total issue weight of all issues that have the milestone assigned. -
\ No newline at end of file + |