Skip to content

Commit 7a0d42d

Browse files
Clarify scope of acceptable changes for TypeScript 7.0 (#2722)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8d33cf8 commit 7a0d42d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Contributing
22

3+
## Scope of Acceptable Changes
4+
5+
TypeScript 7.0 will be a key bridge release between TypeScript 6.0 (the [last JavaScript release](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/#typescript-6.0-is-the-last-javascript-based-release)) and the new Go codebase going forward. To minimize differences and reduce churn during this period, **only PRs addressing 6.0/7.0 differences, or crashes** will be considered. Please hold off on feature PRs or behavioral tweaks until 7.0 is released. Thanks!
6+
37
## How to Build and Run
48

59
This repo uses [Go 1.25 or higher](https://go.dev/dl/), [Rust 1.88 or higher](https://www.rust-lang.org/tools/install), [Node.js with npm](https://nodejs.org/), and [`hereby`](https://www.npmjs.com/package/hereby).

0 commit comments

Comments
 (0)