summaryrefslogtreecommitdiff
path: root/doc/user/project/merge_requests/work_in_progress_merge_requests.md
blob: f01da06fa6eb3941b113f4740b1f7e1e7b552941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# "Work In Progress" Merge Requests

To prevent merge requests from accidentally being accepted before they're
completely ready, GitLab blocks the "Accept" button for merge requests that
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:`. 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)

To allow a Work In Progress merge request to be accepted again when it's ready,
simply remove the `WIP` prefix.

![Unark as WIP](img/wip_unmark_as_wip.png)