Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/pick_request_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ body:
value: |
## Cherry-pick Request
Do you want to request a pick into one or multiple release branches? Please refer to the [Support table](https://github.com/reactwg/react-native-releases?tab=readme-ov-file#which-versions-are-currently-supported) to ensure all versions you are requesting a pick for are in a valid release window.
- type: input
- type: dropdown
id: target-branch
attributes:
label: Target Branch(es)
description: Please input which Release Branch needs this pick, eg `0.76`. See our [Releases Support Policy](https://github.com/reactwg/react-native-releases#releases-support-policy).
placeholder: "0.XX"
options:
- 0.78
- 0.77
- 0.76
- 0.75
validations:
required: true
- type: input
Expand Down