From 9b3507ab1484e8370bc0bb2c2a56828319bb91d6 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Tue, 21 Mar 2017 15:16:40 -0700 Subject: [PATCH] file names lowercase (#3032) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 01254f2dbc92..2331aa6f3a6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ For each Markdown file there may be a folder for images and a folder for sample **All** images should have [alt text](https://en.wikipedia.org/wiki/Alt_attribute). +Markdown file names and image file names should be all lower case. + ## Code snippets Articles frequently contain code snippets to illustrate points. DFM lets you copy code into the Markdown file or refer to a separate code file. We prefer to use separate code files whenever possible, to minimize the chance of errors in the code. The code files should be stored in the repo using the folder structure described above for sample projects.