From 38c6a5acba2e0c7aaf35991c9cd13939cf75e74a Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 8 Feb 2024 08:40:23 -0800 Subject: [PATCH] Highlight the links to the release branches more prominently in the CP issue template (#143000) Unfortunately, there's no option to preview these changes in the GitHub UI, so I may need to iterate on this... --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index d8e8aa701a..3064c8acf0 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -3,6 +3,9 @@ description: As a contributor, you would like to request that a feature be cherr title: '[CP] ' labels: ['cp: review'] body: + - type: markdown + attributes: + value: "### 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)" - type: input id: issue_link attributes: