From 8050459c318327a65eb40e43ec5104fd97f31706 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 11 Dec 2025 16:00:35 -0800 Subject: [PATCH 1/3] Add note about state of repo --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c755bb6d526a..891b58a67f123 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 From 2026efdeccf9ddeb816c075e2864dfe18d12b387 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Thu, 11 Dec 2025 16:30:10 -0800 Subject: [PATCH 2/3] Fix casing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 891b58a67f123..3a25086d776b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # 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). +🚨 **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 From 54b0d5c82654b831940f76883f56ecd055bbe0ca Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Fri, 12 Dec 2025 09:31:40 -0800 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a25086d776b6..5c6ed85bba785 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # 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). +🚨 **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