From c632a2aa34fc899393fe8fd7465ca98aecd5826f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 28 Dec 2018 19:43:34 -0500 Subject: [PATCH] Updated Jellyfin Coding Style (markdown) --- Jellyfin-Coding-Style.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jellyfin-Coding-Style.md b/Jellyfin-Coding-Style.md index 68f16c7..7f9501c 100644 --- a/Jellyfin-Coding-Style.md +++ b/Jellyfin-Coding-Style.md @@ -1,3 +1,7 @@ +## General style + +* Ensure all new files start with the `new-file-header.txt` file in the root of the repository; this ensures all files are explicitly licensed. + ## Naming Conventions The general rule is: Capitalize it, but language, file, or system conventions trump Jellyfin naming conventions.