summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-08-16 19:59:55 -0500
committerDouwe Maan <douwe@selenight.nl>2016-08-17 17:54:24 -0500
commit8b8a4626c601a13683599fd1a127e2c502af38a3 (patch)
tree5478e3356c4ab3a02923cb48c8271a97273959fa /doc/workflow
parente07c27fee427195d8d89f6278d0fc12dfeec3588 (diff)
downloadgitlab-ce-8b8a4626c601a13683599fd1a127e2c502af38a3.tar.gz
Fix specs and implement fixes based on failing specs
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/slash_commands.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/workflow/slash_commands.md b/doc/workflow/slash_commands.md
index e787d421fa8..75fec7bcdb9 100644
--- a/doc/workflow/slash_commands.md
+++ b/doc/workflow/slash_commands.md
@@ -4,7 +4,8 @@ Slash commands are textual shortcuts for common actions on issues or merge
requests that are usually done by clicking buttons or dropdowns in GitLab's UI.
You can enter these commands while creating a new issue or merge request, and
in comments. Each command should be on a separate line in order to be properly
-detected and executed.
+detected and executed. The commands are removed from the issue, merge request or
+comment body before it is saved and will not be visible as such to anyone else.
Here is a list of all of the available commands and descriptions about what they
do.