summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/internal-proposal.yml
blob: 773723d481a2493c10b9c9f3a8f6b8609e513531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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