Account-wide community-health defaults for cplieger repos. GitHub applies
these to any public repo that does not provide its own copy — so they live here
once instead of being duplicated. Precedence: a repo's own file wins, otherwise
GitHub falls back to the matching file here.
Inherited defaults (apply to every public repo without its own copy):
CODE_OF_CONDUCT.md— Contributor Covenant v3.0CONTRIBUTING.md— contribution + commit conventionsSECURITY.md— private vulnerability reportingSUPPORT.md— where to get help.github/FUNDING.yml— Sponsor button (placeholder, disabled).github/PULL_REQUEST_TEMPLATE.md.github/ISSUE_TEMPLATE/— bug + feature forms and chooserconfig.yml
Repo-local only (GitHub does not inherit these from .github):
LICENSE— must live in each repo so it ships in clones/tarballs; the copy here covers this repo only.CODEOWNERS— only governs this repo; each repo needs its own.README.md— per-repo.
Shared CI/CD (reusable workflows, lint configs, Renovate preset) lives
separately in cplieger/ci.