From c1248b9137fed37c657d3703b0df4539001957d1 Mon Sep 17 00:00:00 2001 From: Allen Hernandez Date: Tue, 10 Jun 2025 19:49:21 -0400 Subject: [PATCH] fix link to "Help Wanted" issues --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56912a250f84a..3c755bb6d526a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ In general, things we find useful when reviewing suggestions are: ## What You'll Need -0. [A bug or feature you want to work on](https://github.com/microsoft/TypeScript/labels/help%20wanted)! +0. [A bug or feature you want to work on](https://github.com/microsoft/TypeScript/issues?q=is%3Aissue%20label%3A%22Help%20Wanted%22)! 1. [A GitHub account](https://github.com/join). 2. A copy of the TypeScript code. See the next steps for instructions. 3. [Node](https://nodejs.org), which runs JavaScript locally. Current or LTS will both work.