summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/internal-proposal.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/internal-proposal.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/internal-proposal.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/internal-proposal.yml b/.github/ISSUE_TEMPLATE/internal-proposal.yml
new file mode 100644
index 000000000..773723d48
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/internal-proposal.yml
@@ -0,0 +1,36 @@
+name: Proposal (For Livio Internal Use ONLY)
+description: Create a proposal feature issue
+title: "[SDL XXXX] TITLE"
+labels: proposal
+body:
+ - type: markdown
+ attributes:
+ value: |
+ ## Hello 👋
+ If you are not a Livio project manager, this is not the template for you. This is intended to be a template for creating an issue based on an accepted proposal from the [SDL Evolution](https://www.github.com/smartdevicelink/sdl_evolution) process.
+ - type: textarea
+ id: proposal-link
+ attributes:
+ label: Proposal Link
+ value: |
+ Proposal: [Proposal Name](Proposal Link)
+ render: markdown
+ validations:
+ required: true
+ - type: textarea
+ id: proposal-description
+ attributes:
+ label: Proposal Introduction
+ value: |
+ > Paste proposal introduction here
+ render: markdown
+ validations:
+ required: true
+ - type: input
+ id: review-link
+ attributes:
+ label: Review Link
+ value: |
+ Review: Paste Proposal Review Link Here
+ validations:
+ required: true \ No newline at end of file