From d95f6121f9b9d673aaaeacad7d3997107a8f2e41 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 24 Mar 2026 13:00:06 -0700 Subject: [PATCH] Update readme to note current repo state --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b6505f7362b63..2de9708d86c4c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,16 @@ npm install -D typescript@next ## Contribute +**NOTE: Code changes in this repo are now limited to a small category of fixes**: + + * 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 + * Security issues + * Language service crashes that substantially impact mainline usage + * Serious regressions from 5.9 (these must *seriously* impact a *large* proportion of users) + +Most bug fixes should be submitted to the [typescript-go](https://github.com/microsoft/TypeScript-go) repository. +Feature additions and behavorial changes are currently on pause until TypeScript 7.0 is completed. + There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript. * [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in. * Review the [source code changes](https://github.com/microsoft/TypeScript/pulls).