Updated Contributing to Jellyfin (markdown)

master
Joshua M. Boniface 6 years ago
parent 31e0ad8a51
commit e87b8b3e67

@ -2,15 +2,15 @@ Thank you for your interest in contributing to Jellyfin! We are a community proj
This page details how you can help contribute to Jellyfin. Please give this a read-through before opening an Issue or PR, or if you're not sure how to do either.
Are you a coder and interested in [writing and maintaining C# or Javascript code]? Or are you not a coder and interested in [reporting an issue] or [contributing in other ways]?
Are you a coder and interested in [writing and maintaining C# or Javascript code](https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin#contributing-code-to-jellyfin)? Or are you not a coder and interested in [reporting an issue or contributing in other ways](https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin#other-contributions-to-jellyfin)?
# Contributing Code to Jellyfin
The Jellyfin project consists of a C# core server, a Javascript-based UI, and a number of client applications written in various languages and frameworks. If you have experience with these languages, we're always grateful for any contribut
ions you might want to make!
# Contributing Code to Jellyfin
The Jellyfin project consists of a C# core server, a Javascript-based UI, and a number of client applications written in various languages and frameworks. If you have experience with these languages, we're always grateful for any contributions you might want to make!
## What should you do?
The best way to get going is to look through the [Issues list], find an issue you would like to work on, and start hacking. Our issues are triaged regularly by the administrative team, and labels assigned that should help you find issues within your skill-set.
The best way to get going is to look through the [Issues list](https://github.com/jellyfin/jellyfin/issues), find an issue you would like to work on, and start hacking. Issues are triaged regularly by the administrative team, and labels assigned that should help you find issues within your skill-set.
### Major Issue Types
@ -109,7 +109,7 @@ All other discussions should be directed towards one of the [Jellyfin Riot chann
When writing an issue, please ensure you capture as much relevant detail as possible - this is very important to assist in troubleshooting and triaging/investigating the issue. Please include any log output, configuration options, and system details you can in the initial issue, and provide anything requested as quickly as possible.
To assist in triaging, if you know which label(s) should applied to your issue, please add them to the beginning of the issue name in square brackes, like this: "[feature][UI] Add the widget to the front panel". Issues will be triaged in time by the administrative team, and these flags will be removed from the title and issue labels added. This is required due to GitHub's permission system.
To assist in triaging, if you know which label(s) should applied to your issue, please add them to the beginning of the issue name in square brackes, like this: "[feature][UI] Add the widget to the front panel". Issues will be triaged in time by the administrative team, and these flags will be removed from the title and issue labels added. This is required due to GitHub's permission system. The list of labels can be [found above](https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin#major-issue-types).
### Searching for issues and upvoting

Loading…
Cancel
Save