Skip to content

Commit 27fc3cf

Browse files
author
Aleksandar Andelkovic
committed
Applying suggestions given by asklar and cortnico
1 parent 322a743 commit 27fc3cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proposals/0007-rn-versions-lifecycle-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
>As we are finding ways to better support React Native community, we are moving towards supporting a limited amount of versions of React Native better.
5+
>As we look for ways to better support the React Native community, we will move towards supporting a limited number of versions of React Native better.
66
77

88
The React Native Core team is working to strike a balance between the speed of innovation with the amount of regular change to the platform. We understand that each release brings new value and has an adoption cost to the community.
@@ -23,7 +23,7 @@ Below we are defining terms used in this document:
2323
## Which versions are currently supported?
2424

2525
We’re supporting the **latest** **version**, and the latest versions from the **two previous minor series.**
26-
We’re also supporting the **next version,** having in mind this is the not yet stable version we are developing at that moment in time.
26+
We’ll also support the **next version** being developed, which will become stable after its release.
2727

2828
Versions:
2929

@@ -42,7 +42,7 @@ Due to support bandwidth, the React Native team, with the community's help, is l
4242

4343
Issues & PRs opened against older versions would be considered only in exceptional cases. Please update your application to one of the supported versions and raise the Issue/PR targeted to that version.
4444

45-
Issues should contain a [**reproducer**](https://stackoverflow.com/help/minimal-reproducible-example) project regardless of which version they targeting, for them to be considered.
45+
Issues should contain a [**reproducer**](https://stackoverflow.com/help/minimal-reproducible-example) project regardless of which version they are targeting, for them to be considered.
4646
Issues without a reproducer will require more effort to understand and fix, and are less likely to receive attention.
4747

4848
At this point in time, we are prioritizing issues that are related to:
@@ -57,7 +57,7 @@ We’re **accepting cherry-pick requests** for the currently supported versions.
5757

5858
Cherry-Pick requests should be submitted via the [React Native Releases Working Group](https://github.com/reactwg/react-native-releases/discussions/categories/patches), in the corresponding discussion thread.
5959

60-
Please note that each cherry-pick request will be assessed and approved individually. Cherry-Pick requests against unsupported versions will be rejected unless they’re involving security issues.
60+
Please note that each cherry-pick request will be assessed and approved individually. Cherry-Pick requests against unsupported versions will be rejected unless they involve security issues.
6161

6262
## Security Issues
6363

0 commit comments

Comments
 (0)