From b78f0899ab6ffe1890f1adff6f5acd82da31f5d8 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 15 Dec 2025 11:45:08 -0800 Subject: [PATCH] Add note re: PRs to CONTRIBUTING.md (#62889) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c755bb6d52..5c6ed85bba7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ +# Note + +🚨 **Important** 🚨: All code changes should be submitted to the https://github.com/microsoft/typescript-go repo. Development in this codebase [is winding down](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/#typescript-6.0-is-the-last-javascript-based-release) and PRs will only be merged if they fix **critical** 6.0 issues (at minimum, any bug that existed in 5.9 is not critical unless it's a security issue). + # Instructions for Logging Issues ## 1. Read the FAQ @@ -45,7 +49,7 @@ In general, things we find useful when reviewing suggestions are: * Code examples showing the generated JavaScript (if applicable) * If relevant, precedent in other languages can be useful for establishing context and expected behavior -# Instructions for Contributing Code +# Instructions for Contributing Code (Legacy) ## What You'll Need