From 79660d0ff629e1d9ffc4cd59e097f71aac613f8c Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Tue, 18 Jun 2019 11:55:14 +0100 Subject: Link to issue, better example --- doc/development/documentation/styleguide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/development') diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index 159da43be7f..9248ab62681 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -416,11 +416,13 @@ To indicate the steps of navigation through the UI: number corresponding to the release milestone the image was added to, or corresponding to the release the screenshot was taken from, using the format `image_name_vX_Y.png`. + ([Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/61027) in GitLab 12.1.) - For example, for a screenshot taken from the pipelines page of GitLab 11.1, a valid name is `pipelines_v11_1.png`. If you're adding an illustration that does not include parts of the UI, add the release number corresponding to the release the image - was added to. Example: `devops_diagram_v11_1.png`. + was added to. Example, for an MR added to 11.1's milestone, + a valid name for an illustration is `devops_diagram_v11_1.png`. - Keep all file names in lower case. - Consider using PNG images instead of JPEG. - Compress all images with or similar tool. -- cgit v1.2.1