From 08369ef158aa6c122255fe3fd4d75890b136ee4a Mon Sep 17 00:00:00 2001 From: leo-jiqimao Date: Mon, 9 Mar 2026 23:13:11 +0800 Subject: [PATCH] docs: improve good first issue link in CONTRIBUTING.md Change the generic GitHub Issues link to a direct filtered link for issues labeled 'good first issue'. This makes it easier for new contributors to find entry points without manual filtering. Before: Link to all issues requiring manual label filtering After: Direct link to pre-filtered good first issues --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30b2ca0f0ea..82b4e7e5e11 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,7 @@ We are currently prioritizing: - **Skills**: For skill contributions, head to [ClawHub](https://clawhub.ai/) — the community hub for OpenClaw skills. - **Performance**: Optimizing token usage and compaction logic. -Check the [GitHub Issues](https://github.com/openclaw/openclaw/issues) for "good first issue" labels! +Check the [good first issues](https://github.com/openclaw/openclaw/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) to get started! ## Maintainers