Skip to content

Commit

Permalink
chore: update new React Native version issue template (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 22, 2025
1 parent a68c4ac commit a74658c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/new_react-native_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ body:
attributes:
label: Version
description: What version of `react-native` needs to be added?
placeholder: "Example: 0.69.0"
placeholder: "Example: 1.0.0"
validations:
required: true
- type: input
id: discussion
id: project
attributes:
label: Discussion
description: Where is this release discussed?
placeholder: "Example: https://github.com/reactwg/react-native-releases/discussions/21"
label: Project
description: "Where is the project board for this release? Find the project at https://github.com/orgs/reactwg/projects and paste the link here."
placeholder: "Example: https://github.com/orgs/reactwg/projects/18"
validations:
required: true
- type: textarea
id: blockers
attributes:
label: Blocking issues
description: List of blocking issues.
placeholder: "Feel free to leave this field empty."
- type: checkboxes
id: platforms
attributes:
Expand Down

0 comments on commit a74658c

Please sign in to comment.