Add note re: PRs to CONTRIBUTING.md (#62889)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ryan Cavanaugh 2025-12-15 11:45:08 -08:00 committed by GitHub
parent db3ae1bebb
commit b78f0899ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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