Updated Contributing to Jellyfin (markdown)

Joshua M. Boniface 2019-01-01 15:56:51 -05:00
parent ca423b835b
commit 8c32ab7e1d

@ -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?