diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 4e6e4c4c5d..8b0f66b2f7 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -27,6 +27,15 @@ body: - beta validations: 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 id: impacted_users attributes: