From 018362a8de320d69fbcf4863ab2dd4a5343afa38 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Mon, 11 Mar 2024 14:16:12 -0700 Subject: [PATCH] Use the correct link for `good first issue` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 825467634..d1326460b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ We'll review your pull request and work with you to get your changes merged into ## Your first code contribution -We maintain a list of issues that are good for first-time contributors. You can find these issues by searching for the [`good first issue`](https://twitter.com/HeyPuter/status/1767024945442480132) label in our [GitHub repository](https://github.com/HeyPuter/puter). These issues are designed to be relatively easy to fix, and we're happy to help you get started. Pick an issue that interests you, and leave a comment on the issue to let us know you're working on it. +We maintain a list of issues that are good for first-time contributors. You can find these issues by searching for the [`good first issue`](https://github.com/HeyPuter/puter/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label in our [GitHub repository](https://github.com/HeyPuter/puter). These issues are designed to be relatively easy to fix, and we're happy to help you get started. Pick an issue that interests you, and leave a comment on the issue to let us know you're working on it.