[.github] Update cherry-pick template to require PR links (#107856)
This commit is contained in:
parent
ccd33631e3
commit
f6a709a6fe
9
.github/ISSUE_TEMPLATE/7_cherry_pick.yml
vendored
9
.github/ISSUE_TEMPLATE/7_cherry_pick.yml
vendored
@ -27,6 +27,15 @@ body:
|
|||||||
- beta
|
- beta
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: pr_link
|
||||||
|
attributes:
|
||||||
|
label: pr_link
|
||||||
|
description: >-
|
||||||
|
Link to an open PR that cherrypick's this into the target release branch.
|
||||||
|
The current branches can be found under release-caniddate-branch.version for [beta](https://github.com/flutter/flutter/blob/beta/bin/internal/release-candidate-branch.version) and [stable](https://github.com/flutter/flutter/blob/stable/bin/internal/release-candidate-branch.version)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: impacted_users
|
id: impacted_users
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user