From 6ef1156f7e7b8f359285dda5eb7d1863cbd680d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:11:33 -0700 Subject: [PATCH] Update cherry pick issue template's PR field (#153381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make it even more obvious which PR should be linked for folks that have difficulties reading 😠--- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 6d8814a1a0..3a2ecdeab6 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -26,7 +26,7 @@ body: - type: input id: pr_link attributes: - label: PR Link + label: Cherry pick 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-candidate-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)