71 lines
1.5 KiB
YAML
71 lines
1.5 KiB
YAML
name: Bug Report
|
|
description: Report a bug or unexpected behavior
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to report a bug! Please fill out the sections below.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of the bug
|
|
placeholder: What happened?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Configure '...'
|
|
2. Call '...'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened?
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version are you using?
|
|
placeholder: e.g., 0.1.0 or commit hash
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: llm-provider
|
|
attributes:
|
|
label: LLM Provider
|
|
description: Which LLM provider are you using?
|
|
options:
|
|
- OpenAI
|
|
- Anthropic
|
|
- Gemini
|
|
- Groq
|
|
- Ollama
|
|
- LM Studio
|
|
- Other
|
|
validations:
|
|
required: false
|
|
|