Skip to content

Docs: add Squad Contributors Guide page to docs site #276

@bradygaster

Description

@bradygaster

Problem

We have a CONTRIBUTORS.md at the repo root, but the docs site needs a dedicated Squad Contributors Guide page that thanks every contributor in reverse-chronological order (most recent first).

What this page should include

  • Listed in the Guide section sidebar, right after the Contributing page
  • Every contributor who has:
    • Filed issues or discussions that led to commits
    • Submitted pull requests that merged to main and shipped
  • Ordered reverse-chronologically (most recent contribution first)
  • Each entry should include: contributor name/handle, what they contributed, and a link to the PR/issue

Why

No contribution goes unappreciated. This page gets updated with every release.

Implementation

  1. Create \docs/guide/contributors.md\ with contributor data from git history, merged PRs, and closed issues
  2. Add 'contributors'\ to \SECTION_ORDER.guide\ in \docs/build.js\ (after 'contributing')
  3. Verify docs build succeeds
  4. Open PR

Release process update

Add to release checklist: Update the Squad Contributors Guide page before each release.

Acceptance Criteria

  • Contributors page visible in Guide section sidebar (after Contributing)
  • All contributors listed in reverse-chronological order
  • Links to their PRs/issues/discussions
  • Release process documented to include page updates
  • Build succeeds

Metadata

Metadata

Assignees

No one assigned

    Labels

    go:needs-researchNeeds investigationpriority:p1This sprintsquadSquad triage inbox — Lead will assign to a membertype:docsDocumentation work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions