Skip to content

Make target-branch a dropdown option in the pick request template #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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