diff --git a/Contributing-to-Jellyfin.md b/Contributing-to-Jellyfin.md index 86aa641..c20d9de 100644 --- a/Contributing-to-Jellyfin.md +++ b/Contributing-to-Jellyfin.md @@ -36,7 +36,7 @@ Finally there are a few more labels to assist in managing the project: ### What if there isn't an issue? -If there isn't already an issue dealing with the changes you want to make, please [create an issue] to track it first, then ensure your PR(s) reference the issue in question. Especially useful for bugs that are found and then fixed by the author. Please see the [issue guidelines below](https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin#issue-guidelines) for more details. +If there isn't already an issue dealing with the changes you want to make, please [create an issue](https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin#issue-guidelines) to track it first, then ensure your PR(s) reference the issue in question. This is epecially useful for bugs that are found and then fixed by the author, so both the original issue and the fix can be documented and tracked in detail. ## How should you make changes?