WFGY/.github/ISSUE_TEMPLATE/failure_trace.yml
2025-07-28 13:32:02 +08:00

33 lines
927 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: "💥 Failure Trace"
description: "Report a real prompt / response trace that breaks WFGY so we can reproduce."
labels: [bug, needs-trace]
body:
- type: textarea
attributes:
label: Prompt & Response Trace
description: "Paste 520 lines showing the failure."
placeholder: |
> Prompt
...
< Response
validations:
required: true
- type: dropdown
attributes:
label: Problem Category
options:
- RAG / Retrieval
- MultiAgent
- Symbolic / Logic
- LongContext
- Multimodal
- Safety Boundary
description: "Pick the closest category."
- type: input
attributes:
label: Framework / Model
placeholder: "o3 via OpenAI API, LangChain 0.2, etc."
- type: textarea
attributes:
label: Expected vs. Actual
placeholder: "What did you expect? What happened instead?"