Description
The issue template directory contains legacy Markdown templates (bug_report.md, feature_request.md) alongside the modern YAML form (bug_report.yml). GitHub renders the structured .yml forms, so the leftover .md files create a duplicate "Bug report" choice in the new-issue chooser and drift from the other repos. decree, decree-ui, and demos already use only the .yml forms plus config.yml.
Acceptance criteria
Description
The issue template directory contains legacy Markdown templates (
bug_report.md,feature_request.md) alongside the modern YAML form (bug_report.yml). GitHub renders the structured.ymlforms, so the leftover.mdfiles create a duplicate "Bug report" choice in the new-issue chooser and drift from the other repos. decree, decree-ui, and demos already use only the.ymlforms plusconfig.yml.Acceptance criteria
bug_report.mdremoved (superseded bybug_report.yml)feature_request.mdremoved (rely on a repofeature_request.ymlor the org-level template)