Files
John Smith 07aa1a82c8 Fix issue template format: use 'about', plain string for labels
The previous version used GitHub's more lenient parser form (with
emoji in name, description: instead of about:, and empty assignees:
[] arrays). The user reported the templates were not appearing in
the issue chooser, only the config.yml contact links and a Blank
Issue option — suggesting GitHub's parser was rejecting the .md
templates while still loading config.yml.

Switched to the exact format GitHub's docs show for legacy issue
templates: 'about' instead of 'description', plain string for
labels, no empty assignees field. Removed emojis from name fields.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 15:01:14 -04:00
..