From 4a98b919d0ea1dc3973b933a9aff94139e07e1e3 Mon Sep 17 00:00:00 2001 From: Barney <86712892+BigBoyBarney@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:08:42 +0100 Subject: [PATCH] Update link to good first issues (#15250) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 640c980909ee..3f9d8a47e21d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ The best place to start an open discussion about potential changes is the [Cryst ### What's needed right now -You can find a list of tasks that we consider suitable for a first time contribution at -the [newcomer label](https://github.com/crystal-lang/crystal/issues?q=is%3Aissue+is%3Aopen+label%3Acommunity%3Anewcomer). +You can find a list of tasks that we consider suitable for a first time contribution with +the [good first issue label](https://github.com/crystal-lang/crystal/contribute). As you feel more confident, you can keep an eye out for open issues with the following labels: * [`community:to-research`](https://github.com/crystal-lang/crystal/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Acommunity%3Ato-research): Help needed on **researching and investigating** the issue at hand; could be from going through an RFC to figure out how something _should_ be working, to go through details on a C-library we'd like to bind.