diff options
-rw-r--r-- | doc/user/project/slash_commands.md | 9 | ||||
-rw-r--r-- | doc/workflow/README.md | 3 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md index 1792a0c501d..28357cb8cf8 100644 --- a/doc/user/project/slash_commands.md +++ b/doc/user/project/slash_commands.md @@ -7,8 +7,11 @@ in comments. Each command should be on a separate line in order to be properly detected and executed. The commands are removed from the issue, merge request or comment body before it is saved and will not be visible to anyone else. -Below is a list of all of the available commands and descriptions about what they -do. +As these commands are text-based, they are also interpreted when replying by +email. + +Below is a list of all of the available commands and descriptions about what +they do. | Command | Action | |:---------------------------|:-------------| @@ -27,4 +30,4 @@ 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 |
\ No newline at end of file diff --git a/doc/workflow/README.md b/doc/workflow/README.md index dcb9c32ad58..7e3742e65a4 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -7,6 +7,7 @@ - [Groups](groups.md) - [Issue Board](../user/project/issue_board.md) - [Keyboard shortcuts](shortcuts.md) +- [Slash commands](../user/project/slash_commands.md) - [File finder](file_finder.md) - [Labels](../user/project/labels.md) - [Notification emails](notifications.md) @@ -31,4 +32,4 @@ - ["Work In Progress" merge requests](../user/project/merge_requests/work_in_progress_merge_requests.md) - [Manage large binaries with Git LFS](lfs/manage_large_binaries_with_git_lfs.md) - [Importing from SVN, GitHub, BitBucket, etc](importing/README.md) -- [Todos](todos.md) +- [Todos](todos.md)
\ No newline at end of file |