You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/7_cherry_pick.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ body:
9
9
- type: input
10
10
id: issue_link
11
11
attributes:
12
-
label: issue_link
12
+
label: Issue Link
13
13
description: What is the link to the issue this cherry-pick is addressing?
14
14
validations:
15
15
required: true
@@ -33,7 +33,7 @@ body:
33
33
- type: input
34
34
id: pr_link
35
35
attributes:
36
-
label: pr_link
36
+
label: PR Link
37
37
description: >-
38
38
Link to an open PR that cherrypick's this into the target release branch.
39
39
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