Skip to content

Contributing

Thank you for considering contributing to Docuisine. You can contribute in many ways, not just with code. This page introduces those ways of contribution.

Reporting Issues

We use GitHub extensively to track open issues, new enhancements or features, and other aspects of development.

Please see the getting help page for help with troubleshooting and finding bugs, and the documentation on issues for more information on how to submit good issues.

Developing Code

The entire project consists of a C# core server, a JavaScript web client, and a number of other clients 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!

For general guidelines on how the project works, including how to set up your development copy, make changes, and guidelines on Pull Requests (PRs), please see the documentation on contributing code. Jellyfin follows a "fork and PR" methodology; if you're not familiar with this, please see the relevant section.

Branding & Design

Adding To Documentation

Documentation is incredibly helpful! All these docs are written using Docusaurus. You can find the raw markdown in the documentation repository. Pull requests are welcome, though please review our documentation process first!

Testing

Testing is the easiest way to contribute. Simply use Jellyfin, and if you run into problems, let us know. This is the most common way we uncover bugs, through a user doing something we hadn't thought about. If the issue does end up being related to the code, a bug issue can then be opened.