Skip to content

Commit 82fde0f

Browse files
committed
Added repository and file naming conventions to style guide
1 parent 7d0e514 commit 82fde0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

naming.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Repository and File Naming Convention
2+
3+
Repository names should use lowercase with hyphens in place of spaces between words.
4+
5+
Markdown filenames should use lowercase with underscores in place of spaces between words. Shell scripts should use lowercase with hyphens in place of spaces between words. Programming language source files should use the style dictated by the style guide for that language.

0 commit comments

Comments
 (0)