Create failure_trace.yml

This commit is contained in:
PSBigBig 2025-07-28 13:32:02 +08:00 committed by GitHub
parent 3537587799
commit 6d0f65969c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,33 @@
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?"