Skip to content

Commit d50db33

Browse files
committed
fix: address comments
1 parent 8c7c6b3 commit d50db33

File tree

1 file changed

+6
-36
lines changed

1 file changed

+6
-36
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ body:
1515
placeholder: "e.g., can't run an aggregation"
1616
validations:
1717
required: true
18-
- type: textarea
19-
id: description
20-
attributes:
21-
label: "Bug Description"
22-
description: "Describe the bug in detail. Include the expected behavior and actual behavior."
23-
placeholder: "e.g., When I ask for a complex aggregation, I get the following error..."
24-
validations:
25-
required: true
2618
- type: checkboxes
2719
id: app
2820
attributes:
@@ -34,6 +26,7 @@ body:
3426
- label: VSCode
3527
- label: VSCode Insiders
3628
- label: Claude Desktop
29+
- label: Other
3730
- type: checkboxes
3831
id: affected_models
3932
attributes:
@@ -44,35 +37,12 @@ body:
4437
- label: "Claude 3.7 Sonnet"
4538
- label: "GPT-4a"
4639
- label: "o4-mini"
40+
- label: "Other"
4741
- type: textarea
48-
id: steps_to_reproduce
42+
id: description
4943
attributes:
50-
label: "Steps to Reproduce"
51-
description: "Provide the steps to reproduce the bug."
52-
placeholder: "e.g., 1. Go to '...'; 2. Click on '...'; 3. See error."
44+
label: "Bug Description"
45+
description: "Describe the bug in detail. Include steps to reproduce, expected behavior, and actual behavior."
46+
placeholder: "e.g., When I prompt connect to mongodb, it crashes with error XYZ."
5347
validations:
5448
required: true
55-
- type: textarea
56-
id: prompts
57-
attributes:
58-
label: "Prompts"
59-
description: "Report on which prompts were used."
60-
placeholder: "e.g., Prompt details or examples."
61-
- type: textarea
62-
id: screenshots
63-
attributes:
64-
label: "Screenshots"
65-
description: "If applicable, add links to screenshots to help explain your problem."
66-
placeholder: "e.g., Screenshot URLs or descriptions."
67-
- type: textarea
68-
id: expected_behavior
69-
attributes:
70-
label: "Expected Behavior"
71-
description: "Describe what you expected to happen."
72-
placeholder: "e.g., The app should not crash and should display the dashboard."
73-
- type: textarea
74-
id: additional_context
75-
attributes:
76-
label: "Additional Context"
77-
description: "Add any other context or screenshots that might help us understand the issue."
78-
placeholder: "e.g., Logs, screenshots, or related issues."

0 commit comments

Comments
 (0)