Templates & Checklists¶
Welcome
Copy, adapt, and place these templates in your repos. Keep them short and discoverable from the README.
- CONTRIBUTING.md
Quickstart, dev env, tests, review SLAs, DCO/CLA note.
- MAINTAINERS.md
Roles (Reviewer/Approver/Maintainer), current maintainers, promotion process.
- GOVERNANCE.md
Decision-making, roles, meeting cadence, dispute resolution, TAC escalation.
- Release Checklist
Changelog, version bump, CI green, signing + provenance + SBOM, security review.
- Issue / PR Templates
Bug/feature templates; PR checklist (tests/docs/labels/linked issues).
- Labels Catalog
type/*
, priority/*
, status/*
, good first issue
, help wanted
.
CONTRIBUTING.md (snippet)¶
- 5–10 line Quickstart
- Dev env setup
- Coding standards
- Review SLAs & how to get help
MAINTAINERS.md (skeleton)¶
- Role definitions and expectations
- Current maintainers (names/handles)
- Promotion/demotion process
GOVERNANCE.md (outline)¶
- Decision-making (lazy consensus, voting)
- Roles & responsibilities
- Meetings & comms
- Dispute resolution & TAC escalation
Release Checklist¶
- Changelog updated
- Version bumped (SemVer)
- CI green
- Artifacts signed + provenance + SBOM
- Security impact review complete
- Release notes published
Issue / PR Templates¶
- Bug report: repro steps, expected/actual, environment
- Feature request: problem statement, acceptance criteria
- PR: tests/docs/labels/linked issues checklist
Labels Catalog (example)¶
type/bug
,type/feature
,type/doc
priority/p0..p2
status/blocked
,status/needs-review
good first issue
,help wanted