docs(readme): point first-PR link to /contribute page#494
docs(readme): point first-PR link to /contribute page#494lefarcen merged 1 commit intonexu-io:mainfrom
Conversation
The `labels/good-first-issue` URL renders an empty list when no issues carry that label. GitHub's `/contribute` page auto-curates a mix of good-first-issue, help-wanted, and active items, so it stays useful for newcomers regardless of label coverage. Wording is unchanged across all 10 README locales.
lefarcen
left a comment
There was a problem hiding this comment.
Lens B review
The change is well-motivated — switching from (which shows empty when no issues carry that label) to (GitHub's curated first-contribution page) gives newcomers a better landing.
P3 minor inconsistency: The link text still says good-first-issue label but now opens GitHub's repository contribution page, not the label page directly. This could confuse readers who expect to land on the label search or want to understand what they're clicking.
Optional refinement: update the localized text to say "Contribute page" or "contribution page" (and mention it includes good first issue items), so the link text matches the target.
Not blocking — the current wording is acceptable for a small UX improvement. Just flagging for completeness.
lefarcen
left a comment
There was a problem hiding this comment.
Lens B review
The change is well-motivated — switching from /labels/good-first-issue (which shows empty when no issues carry that label) to /contribute (GitHub's curated first-contribution page) gives newcomers a better landing.
P3 minor inconsistency: The link text still says good-first-issue label but now opens GitHub's repository contribution page, not the label page directly. This could confuse readers who expect to land on the label search or want to understand what they're clicking.
Optional refinement: update the localized text to say "Contribute page" or "contribution page" (and mention it includes good first issue items), so the link text matches the target.
Not blocking — the current wording is acceptable for a small UX improvement. Just flagging for completeness.
mrcfps
left a comment
There was a problem hiding this comment.
@lefarcen I reviewed the README locale updates and verified the changed ranges consistently move the first-PR good-first-issue link from the empty label URL to GitHub's curated /contribute page across all ten README variants, without changing the surrounding localized wording. Nice focused docs fix — this should make the newcomer path more useful. 🙂
Summary
good-first-issuelabel link in every README locale points tohttps://github.com/nexu-io/open-design/labels/good-first-issue, which renders an empty list whenever no open issue carries that label.https://github.com/nexu-io/open-design/contribute— GitHub's curated contribute page auto-pullsgood-first-issue,help-wanted, and active items, so newcomers always land on something they can pick up.md,zh-CN,zh-TW,ja-JP,ko,de,fr,pt-BR,ru,uk); only the link target changes.Test plan
good-first-issuelink points to/contribute./contributeto confirm GitHub renders curated entries (rather than an empty label page).