15
15
placeholder : " e.g., can't run an aggregation"
16
16
validations :
17
17
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
26
18
- type : checkboxes
27
19
id : app
28
20
attributes :
34
26
- label : VSCode
35
27
- label : VSCode Insiders
36
28
- label : Claude Desktop
29
+ - label : Other
37
30
- type : checkboxes
38
31
id : affected_models
39
32
attributes :
@@ -44,35 +37,12 @@ body:
44
37
- label : " Claude 3.7 Sonnet"
45
38
- label : " GPT-4a"
46
39
- label : " o4-mini"
40
+ - label : " Other"
47
41
- type : textarea
48
- id : steps_to_reproduce
42
+ id : description
49
43
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 ."
53
47
validations :
54
48
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