From: Christian Hewitt Date: Tue, 23 Jan 2024 08:13:41 +0000 (+0000) Subject: templates: add feature_proposal.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cdc6cb1c3dfbb9f6edc051431e62fa2cf91eef8;p=thirdparty%2Ftvheadend.git templates: add feature_proposal.yml Signed-off-by: Christian Hewitt --- diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.yml b/.github/ISSUE_TEMPLATE/feature_proposal.yml new file mode 100644 index 000000000..39cef9d40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_proposal.yml @@ -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