diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2018-11-07 12:19:12 -0200 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2018-11-14 19:14:04 -0200 |
commit | 19a79483dce0fbbbdeebb4f7bdb7d334df480996 (patch) | |
tree | 7f06bed12a903869d8556bbeb967ac0bb5e9768d | |
parent | f76b3106e85411c3526b88ae366ef7619241cb85 (diff) | |
download | gitlab-ce-19a79483dce0fbbbdeebb4f7bdb7d334df480996.tar.gz |
Add docs for commenting in any line of MR diff filesosw-comment-on-any-diff-line-docs
-rw-r--r-- | doc/user/project/merge_requests/img/comment-on-any-diff-line.png | bin | 0 -> 177323 bytes | |||
-rw-r--r-- | doc/user/project/merge_requests/index.md | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/project/merge_requests/img/comment-on-any-diff-line.png b/doc/user/project/merge_requests/img/comment-on-any-diff-line.png Binary files differnew file mode 100644 index 00000000000..856ede41527 --- /dev/null +++ b/doc/user/project/merge_requests/img/comment-on-any-diff-line.png diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 6de2ab07fc4..f2f2497f0be 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -141,6 +141,15 @@ you hide discussions that are no longer relevant. [Read more about resolving discussion comments in merge requests reviews.](../../discussions/index.md) +## Commenting on any file line in merge requests + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/13950) in GitLab 11.5. + +GitLab provides a way of leaving comments in any part of the file being changed +in a Merge Request. To do so, click the **...** button in the gutter of the Merge Request diff UI to expand the diff lines and leave a comment, just as you would for a changed line. + +![Comment on any diff file line](img/comment-on-any-diff-line.png) + ## Resolve conflicts When a merge request has conflicts, GitLab may provide the option to resolve |