From f6a709a6fef352becb811e351fad97500ef641fd Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Mon, 18 Jul 2022 15:06:04 -0700 Subject: [PATCH] [.github] Update cherry-pick template to require PR links (#107856) --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: