summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-22 18:02:13 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-12-22 18:02:13 +0100
commit320300fc5d1ee0442921f3f2fe31fa59228065f0 (patch)
treec222d76acf36f53274a5e311dce07c9c2c47277e
parent19b0af4e876050dc31028f711057618846421d70 (diff)
downloadgitlab-ce-zj-slack-docs.tar.gz
Slack docs [ci skip]zj-slack-docs
-rw-r--r--doc/project_services/img/slack_setup.pngbin0 -> 126412 bytes
-rw-r--r--doc/project_services/slack_slash_commands.md20
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/project_services/img/slack_setup.png b/doc/project_services/img/slack_setup.png
new file mode 100644
index 00000000000..f69817f2b78
--- /dev/null
+++ b/doc/project_services/img/slack_setup.png
Binary files differ
diff --git a/doc/project_services/slack_slash_commands.md b/doc/project_services/slack_slash_commands.md
new file mode 100644
index 00000000000..0a0c1104671
--- /dev/null
+++ b/doc/project_services/slack_slash_commands.md
@@ -0,0 +1,20 @@
+# Slack slash commands
+
+> Introduced in GitLab 8.15
+
+Slack commands give users an extra interface to perform common operations
+from the chat environment. This allows one to, for example, create an issue as
+soon as the idea was discussed in chat.
+
+## Prerequisites
+
+A team in Slack should be create beforehand, GitLab can not create it for you.
+
+## Configuration
+
+First, go to the Slack Slash commands service page, to find futher instructions there.
+
+ ![Slack setup instructions](img/slack_setup.png)
+
+Once you've followed the instructions, mark the service as active and insert the token
+you've received from Slack. After saving the service you are good to go!