aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-03-21 16:58:44 +0900
committerGitHub <noreply@github.com>2020-03-21 16:58:44 +0900
commit2184553d1583c1346bd4757bfee0c510639281c4 (patch)
treefb0a569db050b62917f36aeb4ab9231315acf3b1
parent84c23d6232739aa65e5df57922dedaececc6a525 (diff)
parent1da9910673bbede652f225bc4d410b8161bf2ff4 (diff)
Merge pull request #2566 from mark-monteiro/feature-request-issue-template
Feature Request Issue Template
-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.