Priority: Nice-to-have — cross-cutting
Problem
Several improvements from this audit are general-purpose and worth templating across the owner's other repositories.
Reusable patterns to extract
Recommendation
Option A: Keep a private template-repo with all of the above, then use GitHub's "template repository" feature for new projects.
Option B: Publish as a public workflow-templates repo so others can benefit.
Acceptance criteria
- One template repo exists with the scaffolding above.
- At least one existing repo adopts it.
Part of the repo audit backlog. This issue is a meta-tracker; concrete work lives in the target repos.
Priority: Nice-to-have — cross-cutting
Problem
Several improvements from this audit are general-purpose and worth templating across the owner's other repositories.
Reusable patterns to extract
.github/workflows/link-check.ymlfor any docs-heavy repo..github/scaffold — CONTRIBUTING, COC, issue/PR templates (from [audit/critical] Add CONTRIBUTING.md with entry format spec #4, [audit/high] Add .github/ governance scaffolding #8)..gitignore+.editorconfig(from [audit/critical] Add LICENSE file #2, [audit/high] Add repository hygiene files (.gitignore, .editorconfig, markdownlint) #9).CHANGELOG.md— for any repo with versioned content.Recommendation
Option A: Keep a private
template-repowith all of the above, then use GitHub's "template repository" feature for new projects.Option B: Publish as a public
workflow-templatesrepo so others can benefit.Acceptance criteria
Part of the repo audit backlog. This issue is a meta-tracker; concrete work lives in the target repos.