diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-09-06 18:32:31 +1000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-09-06 18:39:32 +1000 |
commit | f7fa40572086e2a4be1ecfdc87334ee3f3fc26d2 (patch) | |
tree | 029368e51d6ab9c62bff710a80fecc665fc569fb /doc/user | |
parent | 81002745184df28fc9d969afc524986279c653bb (diff) | |
download | gitlab-ce-f7fa40572086e2a4be1ecfdc87334ee3f3fc26d2.tar.gz |
Add link to GitLab project examples in Description Template documentation
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/description_templates.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/project/description_templates.md b/doc/user/project/description_templates.md index ea7496af089..e896b0f882a 100644 --- a/doc/user/project/description_templates.md +++ b/doc/user/project/description_templates.md @@ -39,4 +39,13 @@ changes you made after picking the template and return it to its initial status. ![Description templates](img/description_templates.png) +## Description template example + +We make use of Description Templates for Issues and Merge Requests within the GitLab Community Edition project. Please refer to the [`.gitlab` folder][gitlab-ce-templates] for some examples. + +> **Tip:** +It is possible to use [quick actions](./quick_actions.md) within description templates to quickly add labels, assignees, and milestones. The quick actions will only be executed if the user submitting the Issue or Merge Request has the permissions perform the relevant actions. + [ce-4981]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4981 +[gitlab-ce-templates]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/.gitlab + |