Skip to content

Curate a good-first-issue / help-wanted starter backlog #496

Description

@omridevk

Motivation

A healthy good first issue / help wanted backlog is one of the clearest signals to a
prospective contributor that a project is approachable, and it gives maintainers a ready set of
small, well-scoped tasks to hand out instead of improvising one on request. Right now the backlog
of labeled starter issues is thin.

Acceptance criteria

  • At least 10 open issues carry good first issue or help wanted.
    Verify (labels combine as AND in a single --label flag, so query separately and union):
    { gh issue list --repo conciv-dev/conciv --label "good first issue" --state open --json number; gh issue list --repo conciv-dev/conciv --label "help wanted" --state open --json number; } \ | jq -s 'add | unique_by(.number) | length'
    returns ≥ 10.
  • Every labeled issue is a real, honestly-scoped small task — if fewer than 10 genuine
    candidates exist in the current tracker, write new, real starter issues to fill the gap
    rather than mislabeling larger issues.

Code pointers

  • gh issue list --repo conciv-dev/conciv --state open (current backlog to triage)

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    dxDeveloper experience and toolingimprovementGeneral product improvement (not a bug)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions