File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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+
3040There 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 ) .
You can’t perform that action at this time.
0 commit comments