dart-sdk/.github/ISSUE_TEMPLATE/2_cherry_pick.yml
William Hesse 59ec6a3d46 CP issue template assignees - remove whesse
Closes https://github.com/dart-lang/sdk/pull/50822

GitOrigin-RevId: 05e2bf239061b37442cf427fe33a67cd238a4b04
Change-Id: I31ff413bbbee7910438f1d45ca3cb632464db02d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277040
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
2022-12-22 20:10:07 +00:00

76 lines
2.1 KiB
YAML

name: Request a cherry-pick.
description: You would like to request that a feature be cherry-picked into a release.
title: '[CP] <title>'
labels: ['cherry-pick-review']
assignees:
- mit-mit
- athomas
- vsmenon
- itsjustkevin
body:
- type: input
id: commit_hash
attributes:
label: Commit(s) to merge
description: What are the commit hash(es) that have been merged to main?
validations:
required: true
- type: input
id: target
attributes:
label: Target
description: Should this be cherry-picked to beta, stable or both?
validations:
required: true
- type: input
id: changelist
attributes:
label: Prepared changelist for beta/stable
description: Gerrit changelist against beta/stable per https://github.com/dart-lang/sdk/wiki/Cherry-picks-to-a-release-channel
validations:
required: true
- type: textarea
id: issue_description
attributes:
label: Issue Description
description: Brief description of the issue. What is the issue? What platforms are the problems occurring on?
validations:
required: true
- type: textarea
id: fix
attributes:
label: What is the fix
description: Brief description of the fix.
validations:
required: true
- type: textarea
id: why
attributes:
label: Why cherry-pick
description: Describe the reasons, impacted users and functional issues to explain why this should be cherry-picked.
validations:
required: true
- type: dropdown
id: risk
attributes:
label: Risk
description: What is the risk level of this cherry-pick?
options:
- low
- medium
- high
validations:
required: true
- type: input
id: original_issue
attributes:
label: Issue link(s)
description: Add links to the original issues fixed by this cherry-pick
validations:
required: true
- type: textarea
id: extra_info
attributes:
label: Extra Info
description: Is there anything else we need to know about this cherry-pick?