You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,11 +225,16 @@ Note the subheading title is lowercase and subheading title words are separated
225
225
226
226
Images are important to bring the product to life and clarify the written content.
227
227
228
-
For images you're adding to the repo, store them in the `images` subfolder of the TOC section, for example: `editor\images\debugging`.
228
+
* Store images for an article in the `docs/<section>/images/<article name>` subfolder. For example: `docs/sourcecontrol/images/overview`.
229
229
230
-
When you link to an image, the path and filename are case-sensitive. The convention is for image filenames to be all lowercase and use dashes `-` for separators.
230
+
* Image filenames should use all lowercase and use dashes (`-`) as word separator. For example: ``
* Link to an image using relative path names, the path and filename are case-sensitive.
233
+
234
+
* Images are cached on the server for indeterminate time, so don't update images in-place. Create a new file and add a version indicator (yyyymmddseq) to the image filename.
235
+
236
+
> [!IMPORTANT]
237
+
> Make sure you have Git LFS enabled on your machine!
0 commit comments