forked from tvheadend/tvheadend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Hewitt <[email protected]>
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |