Skip to content

Commit a74658c

Browse files
authored
chore: update new React Native version issue template (#2375)
1 parent a68c4ac commit a74658c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/ISSUE_TEMPLATE/new_react-native_version.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ body:
88
attributes:
99
label: Version
1010
description: What version of `react-native` needs to be added?
11-
placeholder: "Example: 0.69.0"
11+
placeholder: "Example: 1.0.0"
1212
validations:
1313
required: true
1414
- type: input
15-
id: discussion
15+
id: project
1616
attributes:
17-
label: Discussion
18-
description: Where is this release discussed?
19-
placeholder: "Example: https://github.com/reactwg/react-native-releases/discussions/21"
17+
label: Project
18+
description: "Where is the project board for this release? Find the project at https://github.com/orgs/reactwg/projects and paste the link here."
19+
placeholder: "Example: https://github.com/orgs/reactwg/projects/18"
2020
validations:
2121
required: true
22+
- type: textarea
23+
id: blockers
24+
attributes:
25+
label: Blocking issues
26+
description: List of blocking issues.
27+
placeholder: "Feel free to leave this field empty."
2228
- type: checkboxes
2329
id: platforms
2430
attributes:

0 commit comments

Comments
 (0)