Unverified Commit 126606f9 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[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
parent a390193b
...@@ -10,13 +10,6 @@ body: ...@@ -10,13 +10,6 @@ body:
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
- type: input
id: commit_hash
attributes:
label: Commit Hash
description: What is the shortened commit hash that has been merged to master/main?
validations:
required: true
- type: dropdown - type: dropdown
id: Target id: Target
attributes: attributes:
...@@ -41,7 +34,7 @@ body: ...@@ -41,7 +34,7 @@ body:
attributes: attributes:
label: Changelog Description label: Changelog Description
description: >- description: >-
Explain this CP in one line that is accessible to most Flutter developers Explain this CP in less than 80 characters that is accessible to most Flutter developers
See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples
validations: validations:
required: true required: true
......
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