Pārlūkot izejas kodu

Merge pull request #2566 from mark-monteiro/feature-request-issue-template

Feature Request Issue Template
dkanada 5 gadi atpakaļ
vecāks
revīzija
2184553d15
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      .github/ISSUE_TEMPLATE/feature_request.md

+ 13 - 0
.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.