adds "comments on snippets" to doc

This commit is contained in:
Marcia Ramos 2017-05-19 15:43:10 -03:00
parent bdf62a19d2
commit 1f00c74b90
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -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.