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
This commit is contained in:
leo-jiqimao 2026-03-09 23:13:11 +08:00
parent a40c29b11a
commit 08369ef158

View File

@ -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