You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue templates in Template_API_Repository have evolved over time, but changes were not propagated to existing repositories. The current template set defines 5 issue types (correction, documentation, enhancement, repository management, tests) with corresponding labels and a config.yml with links to sub project discussions and design guidelines.
Existing repositories may have outdated templates, be missing mandatory ones, or have templates referencing labels that don't exist in the repository (see #120 for label standardization).
GitHub supports organization-level fallback templates via the .github repository, but these are not suitable for CAMARA because:
Repositories have repo-specific links in template configuration (e.g., discussions URL)
Templates would not be available within locally cloned repositories (relevant for AI-assisted contributions)
The 5 current issue templates are: correction, documentation, enhancement, repository management, tests. Each references a specific label that must exist in the repository.
Problem description
Issue templates in
Template_API_Repositoryhave evolved over time, but changes were not propagated to existing repositories. The current template set defines 5 issue types (correction, documentation, enhancement, repository management, tests) with corresponding labels and a config.yml with links to sub project discussions and design guidelines.Existing repositories may have outdated templates, be missing mandatory ones, or have templates referencing labels that don't exist in the repository (see #120 for label standardization).
GitHub supports organization-level fallback templates via the
.githubrepository, but these are not suitable for CAMARA because:Related: #51
Expected action
Template_API_Repositoryto reflect current needsAdditional context
The 5 current issue templates are: correction, documentation, enhancement, repository management, tests. Each references a specific label that must exist in the repository.