Commit eaed2b61 authored by Mike Jang's avatar Mike Jang Committed by Evan Read

Limit use of image versioning to GitLab stuff

parent 827594ab
...@@ -757,10 +757,8 @@ To indicate the steps of navigation through the UI: ...@@ -757,10 +757,8 @@ To indicate the steps of navigation through the UI:
the `.md` document that you're working on is located. the `.md` document that you're working on is located.
- Images should have a specific, non-generic name that will - Images should have a specific, non-generic name that will
differentiate and describe them properly. differentiate and describe them properly.
- Always add to the end of the file name the GitLab release version - For screenshots of GitLab software, append the GitLab version the screenshot was taken from to the
corresponding to the version the screenshot was taken from, using the format file name. Use the following format: `image_name_vX_Y.png`.
`image_name_vX_Y.png`.
([Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/61027) in GitLab 12.1.)
- For example, for a screenshot taken from the pipelines page of - 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 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, adding an illustration that does not include parts of the UI,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment