From 98c2eb1b6ca6b4a2d59139435f02f3344fdd1ff3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 20 Dec 2018 19:03:45 -0500 Subject: [PATCH] Updated Contributing to Jellyfin (markdown) --- Contributing-to-Jellyfin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing-to-Jellyfin.md b/Contributing-to-Jellyfin.md index 02c5390..9e98f1b 100644 --- a/Contributing-to-Jellyfin.md +++ b/Contributing-to-Jellyfin.md @@ -2,7 +2,7 @@ Thank you for your interest in contributing to Jellyfin! We are a community proj This document describes how to contribute to Jellyfin via GitHub, and is applicable to anyone who might wish to open up an issue or do a pull request. Please give it a read-through first. -Before contributing it is advised to read over our [naming conventions](https://github.com/jellyfin/jellyfin/wiki/Naming-Conventions-for-Jellyfin) to ensure consistent usage of the name. +Before contributing it is advised to read over our [coding style guide](https://github.com/jellyfin/jellyfin/wiki/Jellyfin-Coding-Style) to ensure consistent coding as well as name usage. ## How can I contribute?