Skip to content

Commit 7059489

Browse files
Update bug_report.yml
1 parent 0fd0800 commit 7059489

File tree

1 file changed

+76
-65
lines changed

1 file changed

+76
-65
lines changed
Lines changed: 76 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,79 @@
11
name: Bug Report
2-
description: File a bug report
2+
description: Clearly report a bug with detailed repro steps
33
labels: ["bug"]
44
body:
5-
- type: input
6-
id: version
7-
attributes:
8-
label: Which version of the app are you using?
9-
description: Please specify the app version you're using (e.g. v3.3.1)
10-
validations:
11-
required: true
12-
- type: dropdown
13-
id: provider
14-
attributes:
15-
label: Which API Provider are you using?
16-
multiple: false
17-
options:
18-
- OpenRouter
19-
- Anthropic
20-
- Google Gemini
21-
- DeepSeek
22-
- OpenAI
23-
- OpenAI Compatible
24-
- GCP Vertex AI
25-
- AWS Bedrock
26-
- Glama
27-
- VS Code LM API
28-
- LM Studio
29-
- Ollama
30-
validations:
31-
required: true
32-
- type: input
33-
id: model
34-
attributes:
35-
label: Which Model are you using?
36-
description: Please specify the model you're using (e.g. Claude 3.7 Sonnet)
37-
validations:
38-
required: true
39-
- type: textarea
40-
id: what-happened
41-
attributes:
42-
label: What happened?
43-
description: Also tell us, what did you expect to happen?
44-
placeholder: Tell us what you see!
45-
validations:
46-
required: true
47-
- type: textarea
48-
id: steps
49-
attributes:
50-
label: Steps to reproduce
51-
description: How do you trigger this bug? Please walk us through it step by step.
52-
value: |
53-
1.
54-
2.
55-
3.
56-
validations:
57-
required: true
58-
- type: textarea
59-
id: logs
60-
attributes:
61-
label: Relevant API REQUEST output
62-
description: Please copy and paste any relevant output. This will be automatically formatted into code, so no need for backticks.
63-
render: shell
64-
- type: textarea
65-
id: additional-context
66-
attributes:
67-
label: Additional context
68-
description: Add any other context about the problem here, such as screenshots or related issues.
5+
- type: input
6+
id: version
7+
attributes:
8+
label: App Version
9+
description: Specify exactly which version you're using (e.g., v3.3.1)
10+
validations:
11+
required: true
12+
13+
- type: dropdown
14+
id: provider
15+
attributes:
16+
label: API Provider
17+
description: Choose the API provider involved
18+
multiple: false
19+
options:
20+
- OpenRouter
21+
- Anthropic
22+
- Google Gemini
23+
- DeepSeek
24+
- OpenAI
25+
- OpenAI Compatible
26+
- GCP Vertex AI
27+
- AWS Bedrock
28+
- Glama
29+
- VS Code LM API
30+
- LM Studio
31+
- Ollama
32+
validations:
33+
required: true
34+
35+
- type: input
36+
id: model
37+
attributes:
38+
label: Model Used
39+
description: Clearly specify the exact model (e.g., Claude 3.7 Sonnet)
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: what-happened
45+
attributes:
46+
label: Actual vs. Expected Behavior
47+
description: Clearly state what actually happened and what you expected instead.
48+
placeholder: Provide precise details of the issue here.
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
id: steps
54+
attributes:
55+
label: Detailed Steps to Reproduce
56+
description: |
57+
List the exact steps someone must follow to reproduce this bug:
58+
1. Starting conditions (software state, settings, environment)
59+
2. Precise actions taken (every click, selection, input)
60+
3. Clearly observe and report outcomes
61+
value: |
62+
1.
63+
2.
64+
3.
65+
validations:
66+
required: true
67+
68+
- type: textarea
69+
id: logs
70+
attributes:
71+
label: Relevant API Request Output
72+
description: Paste relevant API logs or outputs here (formatted automatically as code)
73+
render: shell
74+
75+
- type: textarea
76+
id: additional-context
77+
attributes:
78+
label: Additional Context
79+
description: Include extra details, screenshots, or related issues.

0 commit comments

Comments
 (0)