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.