Skip to content

Commit ffab83e

Browse files
authored
Update cherry-pick issue template to more uniform labels. (flutter#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.
1 parent e72b471 commit ffab83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/7_cherry_pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
- type: input
1010
id: issue_link
1111
attributes:
12-
label: issue_link
12+
label: Issue Link
1313
description: What is the link to the issue this cherry-pick is addressing?
1414
validations:
1515
required: true
@@ -33,7 +33,7 @@ body:
3333
- type: input
3434
id: pr_link
3535
attributes:
36-
label: pr_link
36+
label: PR Link
3737
description: >-
3838
Link to an open PR that cherrypick's this into the target release branch.
3939
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)

0 commit comments

Comments
 (0)