task: #3586452 Sync issue templates with project labels
Description
Fixes the /label quick actions in all five issue templates, which were
referencing plain label names (Bug, Feature, Task, Support, Plan)
that do not exist in the project. These silently failed on issue creation, so
new issues were never auto-labelled by type.
Closes #3586452
Changes:
- Replace all five broken label references with the correct scoped
category::labels (category::bug,category::feature, etc.) - Add a commented-out component label block to each template so reporters can
uncomment the relevant submodule label (
aiCoreModule,aiAgent, etc.) without having to look up label names manually.
Testing instructions
- Open a new issue in this project and select any template (e.g. Bug Report).
- Confirm the correct
category::label is pre-filled in the issue form. - Uncomment one component label line (remove the
<!-- -->markers) and submit — confirm that label is applied to the issue.
Checklist
- I have linked the related issue in the MR title or description
- I have performed a self-review of my own code
- I have added or updated tests, or explained in the description why this change is not covered by tests
- I have updated documentation for any new or changed functionality
- I have written testing instructions and verified them locally
- I have noted any required post-merge steps (config imports, cache rebuilds, manual changes)
- This MR contains no breaking API or hook changes, or they are explicitly documented in the description
AI Compliance
Note
Check the one that best describes your usage, or leave all unchecked if AI was not significantly used.
-
AI Assisted Code
Mainly written by a human; AI used for autocomplete or partial generation under full human supervision. -
AI Generated Code
Mainly generated by AI, reviewed and approved by a human before this MR was created. -
Vibe Coded
Generated by AI and only functionally reviewed before this MR was created.
AI-Generated: Yes (Used Claude Code to audit label mismatches and generate the template updates.)