summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-02-08 11:54:00 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-08 11:54:00 +0000
commitbb2478c205932429e7e519aaaf2d9b655aecf860 (patch)
treecdb780bfc77a476c416a8b7f2ee7d3c7b761dce3
parent920f71a03c4254db0e8a503ab49fbf9a7e8f5f6d (diff)
parent7609d0609e5b0fd9c9c80f3b753024df9099aed6 (diff)
downloadgitlab-ce-bb2478c205932429e7e519aaaf2d9b655aecf860.tar.gz
Merge branch 'osw-wip-commit-docs' into 'master'
Add blurb about changing MRs to WIP through commits See merge request gitlab-org/gitlab-ce!16920
-rw-r--r--doc/user/project/merge_requests/work_in_progress_merge_requests.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/work_in_progress_merge_requests.md b/doc/user/project/merge_requests/work_in_progress_merge_requests.md
index 546c8bdc5e5..f01da06fa6e 100644
--- a/doc/user/project/merge_requests/work_in_progress_merge_requests.md
+++ b/doc/user/project/merge_requests/work_in_progress_merge_requests.md
@@ -7,7 +7,8 @@ have been marked a **Work In Progress**.
![Blocked Accept Button](img/wip_blocked_accept_button.png)
To mark a merge request a Work In Progress, simply start its title with `[WIP]`
-or `WIP:`.
+or `WIP:`. As an alternative, you're also able to do it by sending a commit
+with its title starting with `wip` or `WIP` to the merge request's source branch.
![Mark as WIP](img/wip_mark_as_wip.png)