You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/7_cherry_pick.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@ body:
27
27
- beta
28
28
validations:
29
29
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)
0 commit comments