diff options
author | Thomas Balthazar <thomas@balthazar.info> | 2016-09-08 11:18:41 +0200 |
---|---|---|
committer | Thomas Balthazar <thomas@balthazar.info> | 2016-10-03 09:36:21 +0200 |
commit | ddbe676dc318b87c3d656a08bbf5d75485ad544b (patch) | |
tree | db8d14ffb9979d8d46772776237e33815848222e /doc | |
parent | bcb2699f04646e4738bb87410aab49b2c3a686fb (diff) | |
download | gitlab-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.md | 3 |
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 <in 2 days | this Friday | December 31st></code> | Set due date | -| `/remove_due_date` | Remove due date | +| `/remove_due_date` | Remove due date | +| `/wip` | Toggle the Work In Progress status | |