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
- Create \docs/guide/contributors.md\ with contributor data from git history, merged PRs, and closed issues
- Add 'contributors'\ to \SECTION_ORDER.guide\ in \docs/build.js\ (after 'contributing')
- Verify docs build succeeds
- Open PR
Release process update
Add to release checklist: Update the Squad Contributors Guide page before each release.
Acceptance Criteria
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
Why
No contribution goes unappreciated. This page gets updated with every release.
Implementation
Release process update
Add to release checklist: Update the Squad Contributors Guide page before each release.
Acceptance Criteria