From 657b375b60ccc7c0966fdb9be8dc7cfe47040dde Mon Sep 17 00:00:00 2001 From: Jorge Garcia Oncins Date: Tue, 30 Jun 2026 12:29:36 +0200 Subject: [PATCH] fix(CONTRIBUTING): update label format for good first issues fixes #2045 by updating the "good first issue" link in CONTRIBUTING.md Signed-off-by: Jorge Garcia Oncins --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0606cc22e..b78f36522f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ We use a vouch system. This exists because AI makes it trivial to generate plaus ### Finding Work -Issues labeled [`good-first-issue`](https://github.com/NVIDIA/OpenShell/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue) are scoped, well-documented, and friendly to new contributors. Start there. If you need guidance, comment on the issue. +Issues labeled [`good first issue`](https://github.com/NVIDIA/OpenShell/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) are scoped, well-documented, and friendly to new contributors. Start there. If you need guidance, comment on the issue. All open issues are actionable — if it's in the issue tracker, it's ready to be worked on.