aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-03-10 19:11:38 +0100
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-03-10 19:11:38 +0100
commitaf8ad2d275e2a1ab6a0fa358ac4708c98287d1a6 (patch)
tree7f2311c3a07c3e99984f63a1c2b3136a3f0c2ee0
parent97bca5a9008ba94411c45572e690decc58805b85 (diff)
Add a template for feature request issues instructing user to not create them
Also provide direction for users who are willing to contribute code for new features themselves
-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..98f1b0f73
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,13 @@
+---
+name: Feature Request
+about: Request a new feature
+title: ''
+labels: feature
+assignees: ''
+---
+
+**PLEASE DO NOT OPEN FEATURE REQUEST ISSUES ON GITHUB**
+
+**Feature requests should be opened up on our dedicated [feature request hub](https://features.jellyfin.org/) so that they can be appropriately discussed and prioritized.**
+
+If you are willing to contribute to the project by adding a new feature yourself, then please ensure that you first review our [documentation on contributing code](https://jellyfin.org/docs/general/contributing/development.html). 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.