Delete .github/ISSUE_TEMPLATE/failure_trace.yml

This commit is contained in:
PSBigBig + MiniPS 2026-03-04 17:33:09 +08:00 committed by GitHub
parent 5e7b4fc164
commit c20626b162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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