Unverified Commit f5f9ad91 authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub

Add target field (#101509)

parent 31668eef
......@@ -17,6 +17,16 @@ body:
description: What is the shortened commit hash that has been merged to master/main?
validations:
required: true
- type: dropdown
id: Target
attributes:
label: Target
description: Should this be cherry-picked to beta or stable?
options:
- stable
- beta
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