Skip to content

Commit 126606f

Browse files
author
Casey Hillers
authored
[github] Remove commit hash from CP issue template (#139676)
* This seems to be unnecessary as users will open a CP PR with the original commit linked in it. * Add note on changelog description to be less than 80 chars
1 parent a390193 commit 126606f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/ISSUE_TEMPLATE/7_cherry_pick.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ body:
1010
description: What is the link to the issue this cherry-pick is addressing?
1111
validations:
1212
required: true
13-
- type: input
14-
id: commit_hash
15-
attributes:
16-
label: Commit Hash
17-
description: What is the shortened commit hash that has been merged to master/main?
18-
validations:
19-
required: true
2013
- type: dropdown
2114
id: Target
2215
attributes:
@@ -41,7 +34,7 @@ body:
4134
attributes:
4235
label: Changelog Description
4336
description: >-
44-
Explain this CP in one line that is accessible to most Flutter developers
37+
Explain this CP in less than 80 characters that is accessible to most Flutter developers
4538
See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples
4639
validations:
4740
required: true

0 commit comments

Comments
 (0)