fast-bug-report
This prompt only applies to generating Bug Report issues for the FAST repository.
Do not create or modify any existing Github issues. This skill is only for generating the markdown content for a new issue based on the provided template.
Based on the conversation context, generate a bug report as a markdown code block using the template located at ../../ISSUE_TEMPLATE/bug-report.md.
The summary should clearly state what the bug is and which part of the system is affected.
Repro or Code Sample should provide clear, minimal steps to reproduce the issue. Include a code snippet, repository link, or gist if possible.
Expected Behavior should describe what the correct behavior should be.
Current Behavior should explain what actually happens instead. Include the full error message and stack trace if applicable. Mention screenshots if they would help illustrate the problem.