summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Balthazar <thomas@balthazar.info>2016-09-08 11:18:41 +0200
committerThomas Balthazar <thomas@balthazar.info>2016-10-03 09:36:21 +0200
commitddbe676dc318b87c3d656a08bbf5d75485ad544b (patch)
treedb8d14ffb9979d8d46772776237e33815848222e /doc
parentbcb2699f04646e4738bb87410aab49b2c3a686fb (diff)
downloadgitlab-ce-ddbe676dc318b87c3d656a08bbf5d75485ad544b.tar.gz
Add a /wip slash command
It toggles the 'WIP' prefix in the MR title.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/slash_commands.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index 1792a0c501d..5f6a6c6503e 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -27,4 +27,5 @@ do.
| `/subscribe` | Subscribe |
| `/unsubscribe` | Unsubscribe |
| <code>/due &lt;in 2 days &#124; this Friday &#124; December 31st&gt;</code> | Set due date |
-| `/remove_due_date` | Remove due date |
+| `/remove_due_date` | Remove due date |
+| `/wip` | Toggle the Work In Progress status |