Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-05-19 21:43:10 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-05-19 21:43:10 +0300
commit1f00c74b900c5d8ed34fec8d0a1e07b4585004c9 (patch)
tree24fd969a1d64c4cb32ed0c86a6daef9d47019a34 /doc/user/snippets.md
parentbdf62a19d2cdbdfe554eb73500fd5fe4744161b1 (diff)
adds "comments on snippets" to doc
Diffstat (limited to 'doc/user/snippets.md')
-rw-r--r--doc/user/snippets.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 417360e08ac..78861625f8a 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -2,8 +2,18 @@
Snippets are little bits of code or text.
+![GitLab Snippet](img/gitlab_snippet.png)
+
There are 2 types of snippets - project snippets and personal snippets.
+## Comments
+
+With GitLab Snippets you engage in a conversation about that piece of code,
+facilitating the collaboration among users.
+
+> **Note:**
+Comments on snippets was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/12910) in [GitLab Community Edition 9.2](https://about.gitlab.com/2017/05/22/gitlab-9-2-released/#comments-for-personal-snippets).
+
## Project snippets
Project snippets are always related to a specific project - see [Project features](../workflow/project_features.md) for more information.