Problem
The good first issue label exists on offlinecv/OfflineCV and has been used before, but every issue currently carrying it is closed — there are zero open issues labeled good first issue right now. As new contributors come onboard, we should label eligible issues so they're visible and offer a low-risk on-ramp when people land on the issue tracker.
Ask
- Go through currently-open issues and apply
good first issue to a handful that are genuinely scoped for a first-time contributor (small, well-isolated, clear acceptance criteria, no deep parser-cascade context required).
- Keep the bar real — mislabeling something that turns out to need cross-file context or deep parser knowledge burns a new contributor's first attempt.
Acceptance criteria
- At least a handful of currently-open issues carry
good first issue.
gh issue list --repo offlinecv/OfflineCV --label "good first issue" --state open returns a non-empty list before the 2026-09-02 session.
Problem
The
good first issuelabel exists onofflinecv/OfflineCVand has been used before, but every issue currently carrying it is closed — there are zero open issues labeledgood first issueright now. As new contributors come onboard, we should label eligible issues so they're visible and offer a low-risk on-ramp when people land on the issue tracker.Ask
good first issueto a handful that are genuinely scoped for a first-time contributor (small, well-isolated, clear acceptance criteria, no deep parser-cascade context required).Acceptance criteria
good first issue.gh issue list --repo offlinecv/OfflineCV --label "good first issue" --state openreturns a non-empty list before the 2026-09-02 session.