mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
GitHub's YAML templates (.yml) don't support URL parameter pre-filling, but Markdown templates (.md) do. This adds a structured bug report template that allows the automated bug reporter to pre-fill all user-submitted data. Changes: - Create .github/ISSUE_TEMPLATE/auto_bug_report.md template - Update bug_report_api.py to use template=auto_bug_report.md parameter - Update tests to verify template parameter is included in URL - Add explanatory comments about YAML vs Markdown template differences Benefits: - Users see a structured bug report template (not generic issue form) - All bug report data is pre-filled from the UI form - Template provides consistent formatting and organization - Better UX than generic issue creation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>