Restructure home, add guideline pages

master
Anthony Lavado 5 years ago
parent 6338899cce
commit d1dcac6133

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

@ -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).
<p align="center">
<strong>Want to get started?</strong> Choose from <a href="https://github.com/jellyfin/jellyfin/wiki/Prebuilt-Packages">Prebuilt Packages</a>, or <a href="https://github.com/jellyfin/jellyfin/wiki/Building-from-Source">build from source</a>.
</p>
<p align="center">
<strong>Want to contribute?</strong> Check out <a href="https://github.com/jellyfin/jellyfin/wiki/Contributing-to-Jellyfin">our wiki for guidelines</a>.
</p>
---
<p align="center">
<a href="https://github.com/jellyfin/jellyfin"><img alt="GPL 2.0 License" src="https://img.shields.io/github/license/jellyfin/jellyfin.svg"></a>
<a href="https://cloud.drone.io/jellyfin/jellyfin"><img alt="Build Status" src="https://cloud.drone.io/api/badges/jellyfin/jellyfin/status.svg"></a>
<a href="https://hub.docker.com/r/jellyfin/jellyfin"><img alt="Docker Pull Count" src="https://img.shields.io/docker/pulls/jellyfin/jellyfin.svg"></a>
<a href="https://matrix.to/#/#jellyfin:matrix.org"><img alt="Chat on Matrix" src="https://img.shields.io/matrix/!JXmoIxArWgVvbKKqex/matrix.org.svg?logo=matrix"></a>
<a href="https://www.reddit.com/r/jellyfin/"><img alt="Join our Subreddit" src="https://img.shields.io/badge/reddit-r%2Fjellyfin-%23FF5700.svg"></a>
</p>
## 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
<p align="center">
New idea or improvement?
<br>
<em>Open a <a href="https://github.com/jellyfin/jellyfin/issues/new?title=[Feature Request] &amp;body=&amp;labels=feature">Feature Request</a>.</em>
<em>Open a <a href="https://github.com/jellyfin/jellyfin/wiki/Feature-Request">Feature Request</a>.</em>
</p>
<p align="center">
Something not working right?
<br>
<em>Open an <a href="https://github.com/jellyfin/jellyfin/issues/new?title=&amp;body=&amp;labels=bug">Issue</a>.</em>
<em>Open an <a href="https://github.com/jellyfin/jellyfin/wiki/Issue-Guidelines">Issue</a>.</em>
</p>
---
## Follow Us!
To receive the latest project updates feel free to join [our public chat on Matrix/Riot](https://matrix.to/#/#jellyfin:matrix.org) and follow us on [Social Media](https://github.com/jellyfin/jellyfin/wiki/Social-Media).
To receive the latest project updates feel free to join [our public chat on Matrix/Riot](https://matrix.to/#/#jellyfin:matrix.org), and follow us on [Social Media](https://github.com/jellyfin/jellyfin/wiki/Social-Media).

@ -0,0 +1,30 @@
# Issue Guidelines
Before you open the issue, please know that we're currently working very hard to make the software stable. As a result, there are a lot of changes that are happening very quickly.
It's extremely helpful if you [search the existing issues](https://github.com/jellyfin/jellyfin/issues?utf8=✓&q=is%3Aissue) to see if your issue has already been reported.
Depending on what's going on, please do the following:
0. If you are experiencing the same issue, with the same error message(s), add a [GitHub Reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) :thumbsup: to the top post.
1. If you find a very similar issue, with close, but slightly different message(s), add a comment explaining what's happening for your system.
2. If you don't find any matches, please open a new issue.
We have a few labels that can help us sort your issue better:
Label | Description
---------------|----------------------------------------------------------------------------------
UI | Used for problems in the interface, like the web page or apps.
documentation | Used to request changes/additions to any documentation (including this wiki!).
build/platform | Used for problems with building from source, or installing the software packages.
backend | Used for server issues, with the main program.
bug | Use this when something just isn't working right.
## Details Help!
One last thing: please provide us with as many details as you possibly can. Things that help:
- How you installed Jellyfin (upgrade/fresh install)
- What platform and operating system you're using (Debian, Arch, Docker, etc.)
- What you were doing that caused the error or issue to appear
## Issue Link
Thank you for reading this so far. If you need to, [open an issue](https://github.com/jellyfin/jellyfin/issues/new)!
Loading…
Cancel
Save