Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
All resources for (potential) contributors.
This page should contain all resources for people who'd like to contribute to the project. If that happens to be you, thank you for considering to contribute to this project! This page will describe how the process goes, what code style this project uses and more useful information.
Development happens at GitHub. Currently, both the library Jellyfin-Qt and the Sailfish OS app named Sailfin are developed in the same repository.
If you want to contribute code, please check if an issue exists. Otherwise, create an issue describing what feature you'd like to develop before creating a merge request.
Clone the git repo and create a new branch. If you have commit access to the repository, please create a branch in the form of <issue-number>-<issue-title>
. For example, 36-control-remote-jellyfin-sessions
.
Now you can start writing your code and create commits. Please create focussed commits, that is, do not commit anything not related to the issue you are working on. Also state what you're changing in the commit message and add an entry in the file rpm/harbour-sailfin.changes
.
If this is your first time contributing to the project, don't be shy and feel free to add your name to the contributors list in sailfish/qml/pages/AboutPage.qml
!
Now that you have finalised your commit, you can create a merge request on the repository. Make sure that you have followed the contribution guidelines on this page. Someone will review it and if all is good, they will merge it in.
Congratulations on your contribution!
The code should follow the Sailfish OS Code Conventions with the following exceptions:
// NS Jellyfin
, example: Rationale: Easy to know what namespace the bracket closes, since namespaces tend to span over large portions of a file.NAMESPACE_CLASSNAME_H
. Example: