aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuke Foust <luke@foust.com>2020-03-22 12:28:59 -0700
committerGitHub <noreply@github.com>2020-03-22 12:28:59 -0700
commitf3213d3bef8a49a5e91cafaba2eaefb5592438c6 (patch)
tree70e01db58e64ebd96bc0625a1ad779a33cc23de7 /.github
parentdcd0d93f44bf1befea5e61993bc868b5846102a0 (diff)
parent425bd2b01b7ad3397d38c29da8ac50d68bd9a1cf (diff)
Merge pull request #2 from jellyfin/master
merge with upstream master
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 000000000..d886c6487
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,13 @@
+---
+name: Feature Request
+about: Request a new feature
+title: ''
+labels: feature-request
+assignees: ''
+---
+
+**PLEASE DO NOT OPEN FEATURE REQUEST ISSUES ON GITHUB**
+
+**Feature requests should be opened on our dedicated [feature request](https://features.jellyfin.org/) hub so they can be appropriately discussed and prioritized.**
+
+However, if you are willing to contribute to the project by adding a new feature yourself, then please ensure that you first review our [documentation](https://docs.jellyfin.org/general/contributing/development.html) on contributing code. Once you have reviewed the documentation, feel free to come back here and open an issue here outlining your proposed approach so that it can be documented, tracked, and discussed by other team members.