Unverified Commit ffab83e6 authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub

Update cherry-pick issue template to more uniform labels. (#128333)

There are some snake case labels (issue_link) and some sentence case labels (Commit Hash).

This creates inconsistencies in the visual output of the template and when creating automations.
parent e72b4717
...@@ -9,7 +9,7 @@ body: ...@@ -9,7 +9,7 @@ body:
- type: input - type: input
id: issue_link id: issue_link
attributes: attributes:
label: issue_link label: Issue Link
description: What is the link to the issue this cherry-pick is addressing? description: What is the link to the issue this cherry-pick is addressing?
validations: validations:
required: true required: true
...@@ -33,7 +33,7 @@ body: ...@@ -33,7 +33,7 @@ body:
- type: input - type: input
id: pr_link id: pr_link
attributes: attributes:
label: pr_link label: PR Link
description: >- description: >-
Link to an open PR that cherrypick's this into the target release branch. 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) 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment