From 9ab17414ce66a4448309c02a225924eac5e8fb18 Mon Sep 17 00:00:00 2001 From: circl Date: Sun, 25 Aug 2024 19:55:41 +0200 Subject: [PATCH] Documentation: Rephrase note about good first issues in beginner's guide --- Documentation/GettingStartedContributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GettingStartedContributing.md b/Documentation/GettingStartedContributing.md index 0db5ab379e1..142a8bec192 100644 --- a/Documentation/GettingStartedContributing.md +++ b/Documentation/GettingStartedContributing.md @@ -26,7 +26,7 @@ Here are some of the ways you can find an issue in Ladybird: * Manually, by using the browser as you normally would. * By finding failing WPT tests on [WPT.fyi](https://wpt.fyi/results/?label=master&product=ladybird). Note that while fixes are welcome, you don't need to submit issue reports for individual tests. -There currently isn't a list of beginner-friendly issues, nor a strict roadmap of ones to address first. It is ultimately up to you to choose a task that you feel comfortable working on. +The list of [beginner-friendly issues](https://github.com/LadybirdBrowser/ladybird/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) is usually very short, and there currently isn't a strict roadmap of issues to address first. It is ultimately up to you to choose a task that you feel comfortable working on. ## Submitting an issue If you have found an issue that is not already in the [issue tracker](https://github.com/LadybirdBrowser/ladybird/issues), you may submit it. Do not submit general questions about the project, please use the Discord server instead.