Skip to content

Commit

Permalink
templates: add feature_proposal.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hewitt <[email protected]>
  • Loading branch information
chewitt authored and Flole998 committed Jan 23, 2024
1 parent e1dc300 commit 5cdc6cb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_proposal.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5cdc6cb

Please sign in to comment.