summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2019-06-18 11:55:14 +0100
committerMarcia Ramos <virtua.creative@gmail.com>2019-06-18 11:55:14 +0100
commit79660d0ff629e1d9ffc4cd59e097f71aac613f8c (patch)
treed06c65b8d8214e0716a555a19a4d75c00ba6e624
parentbf6f51fd22630e531414714cfa3dea98204fd142 (diff)
downloadgitlab-ce-docs-update-img-guidelines.tar.gz
Link to issue, better exampledocs-update-img-guidelines
-rw-r--r--doc/development/documentation/styleguide.md4
1 files changed, 3 insertions, 1 deletions
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 <https://tinypng.com/> or similar tool.