]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
templates: add feature_proposal.yml
authorChristian Hewitt <christianshewitt@gmail.com>
Tue, 23 Jan 2024 08:13:41 +0000 (08:13 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Tue, 23 Jan 2024 13:02:20 +0000 (14:02 +0100)
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
.github/ISSUE_TEMPLATE/feature_proposal.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.yml b/.github/ISSUE_TEMPLATE/feature_proposal.yml
new file mode 100644 (file)
index 0000000..39cef9d
--- /dev/null
@@ -0,0 +1,27 @@
+name: "Feature Proposal"
+description: "Propose new capabilities you are developing so the team can provide guidance on requirements and help get them merged"
+title: "[FEATURE]: "
+labels: ["NEW"]
+body:
+  - type: textarea
+    id: description
+    attributes:
+      label: Description
+      description: "Provide a detailed description of your feature or improvement"
+    validations:
+      required: true
+  - type: textarea
+    id: guidance
+    attributes:
+      label: Help and Guidance
+      description: "What help or guidance do you need to develop your proposal?"
+    validations:
+      required: true
+  - type: checkboxes
+    id: acceptance
+    attributes:
+      label: Acceptance
+      description: "The Tvheadend project team has limited capabilities and cannot lead development efforts"
+      options:
+        - label: The proposal will be developed and maintained by me
+          required: true