Unverified Commit f6a709a6 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[.github] Update cherry-pick template to require PR links (#107856)

parent ccd33631
......@@ -27,6 +27,15 @@ body:
- beta
validations:
required: true
- type: input
id: pr_link
attributes:
label: pr_link
description: >-
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)
validations:
required: true
- type: input
id: impacted_users
attributes:
......
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