From d0d1b0ad4574ab8918914048b74756a873037d76 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Tue, 6 Jun 2023 10:26:09 -0500 Subject: [PATCH] Update cherry-pick issue template to more uniform labels. There are some snake case labels (issue_link) and some sentence case labels (Commit Hash). This creates inconsitencies in the visual output of the template and when creating automations. --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 43d83ab69cb2c..babf07c752ab7 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -9,7 +9,7 @@ body: - type: input id: issue_link attributes: - label: issue_link + label: Issue Link description: What is the link to the issue this cherry-pick is addressing? validations: required: true @@ -33,7 +33,7 @@ body: - type: input id: pr_link attributes: - label: pr_link + 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)