Template Repository
Noun · Open Source
Definitions
A repository intended to be copied as the starting point for new projects, often containing baseline structure, workflows, docs, and config rather than serving as a long-lived codebase itself. It is used to standardize setup across many repos.
In plain English: A starter repository designed to be copied when creating new projects.
Example: "The platform group maintained a template repository so every new service started with the same CI, ownership, and security defaults."