Skip to content

Commit f6a709a

Browse files
author
Casey Hillers
authored
[.github] Update cherry-pick template to require PR links (#107856)
1 parent ccd3363 commit f6a709a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/ISSUE_TEMPLATE/7_cherry_pick.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ body:
2727
- beta
2828
validations:
2929
required: true
30+
- type: input
31+
id: pr_link
32+
attributes:
33+
label: pr_link
34+
description: >-
35+
Link to an open PR that cherrypick's this into the target release branch.
36+
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)
37+
validations:
38+
required: true
3039
- type: input
3140
id: impacted_users
3241
attributes:

0 commit comments

Comments
 (0)