Skip to content
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

chore: add tasks for every React Native release #2102

Merged
merged 2 commits into from
Jun 20, 2024
Merged
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
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/new_react-native_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ body:
- label: macOS
- label: visionOS
- label: Windows
- type: checkboxes
id: tasks
attributes:
label: Tasks
description: Leave these unchecked. Tasks that should be done with every release.
options:
- label: Verify that the Gradle version used is the same or higher ([see context](https://github.com/microsoft/react-native-test-app/pull/1935))
- label: Ensure React Native Gradle Plugin autolinking code are in sync ([see context](https://github.com/microsoft/react-native-test-app/pull/2075))
- label: Ensure feature flags are in sync ([see context](https://github.com/microsoft/rnx-kit/pull/3196/files))
- type: checkboxes
id: checklist
attributes:
label: Checklist
label: End-to-end tests
description: Leave these unchecked. Combinations of configurations that have been tested.
options:
- label: "Android - Fabric: disabled"
Expand Down