mirror of
https://github.com/Heretek-AI/RE-Library.git
synced 2026-07-21 06:15:27 -04:00
07aa1a82c8
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>