diff --git a/Feature-Requests.md b/Feature-Requests.md new file mode 100644 index 0000000..a3f1938 --- /dev/null +++ b/Feature-Requests.md @@ -0,0 +1,14 @@ +# Feature Requests + +Before you open your feature request, please know that we're currently working very hard to make the software stable. When we are able to, we'll begin working on feature requests. + +It is also useful to [search the existing issues](https://github.com/jellyfin/jellyfin/issues?utf8=✓&q=is%3Aissue) to make sure a similar request hasn't already been made. If one exists, consider adding a [GitHub Reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) :thumbsup: to show your support! + +When filling your request, please provide as much information as possible to help us understand the need for the change or improvement. + +We currently have two labels that will help us sort your request: + +Label | Description | Link +------------|-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------- +feature | This should be used when requesting an entirely new feature that either did not exist, or big improvements to something that does exist | [Open a "feature" request.](https://github.com/jellyfin/jellyfin/issues/new?title=&body=&labels=feature) +enhancement | This should be used when requesting a small fix or improvement on something that already exists. | [Open an "enhancement" request.](https://github.com/jellyfin/jellyfin/issues/new?title=&body=&labels=feature) diff --git a/Home.md b/Home.md index e91fa6d..c71dc67 100644 --- a/Home.md +++ b/Home.md @@ -8,14 +8,23 @@ Jellyfin is descended from Emby 3.5.2, ported to the .NET Core framework, and ai --- -**Want to get started?** Choose from [Prebuilt packages](Prebuilt-Packages), or [build from source](Building-from-Source). - - -**Want to contribute?** Check out our [Contributing Guidelines](Contributing-to-Jellyfin). - +
+Want to get started? Choose from Prebuilt Packages, or build from source. +
++Want to contribute? Check out our wiki for guidelines. +
--- + + ## Issues and Feature Requests While our first priority is a stable build, we will eventually add features that were missing in Emby or were not well implemented (technically or philosophically). During this time, we will continue to fix issues wherever possible. @@ -23,17 +32,14 @@ While our first priority is a stable build, we will eventually add features that
New idea or improvement?
-Open a Feature Request.
+Open a Feature Request.
Something not working right?
-Open an Issue.
+Open an Issue.