Skip to content

Commit b103a0e

Browse files
Update readme to note current repo state (#63292)
1 parent 4f7b417 commit b103a0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ npm install -D typescript@next
2727

2828
## Contribute
2929

30+
**NOTE: Code changes in this repo are now limited to a small category of fixes**:
31+
32+
* Crashes that were introduced in 5.9 or 6.0 that *also* repro in 7.0 *and* have a portable fix *and* don't incur other behavioral changes
33+
* Security issues
34+
* Language service crashes that substantially impact mainline usage
35+
* Serious regressions from 5.9 (these must *seriously* impact a *large* proportion of users)
36+
37+
Most bug fixes should be submitted to the [typescript-go](https://github.com/microsoft/TypeScript-go) repository.
38+
Feature additions and behavorial changes are currently on pause until TypeScript 7.0 is completed.
39+
3040
There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript.
3141
* [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in.
3242
* Review the [source code changes](https://github.com/microsoft/TypeScript/pulls).

0 commit comments

Comments
 (0)