Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit c011181

Browse files
authored
Update bug_report.yml
1 parent 07c2cc6 commit c011181

File tree

1 file changed

+85
-64
lines changed

1 file changed

+85
-64
lines changed
Lines changed: 85 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,87 @@
1-
---
21
name: "Bug Report"
3-
about: "Report a bug to help us improve the proxy system"
4-
title: "[Bug]: <Short description of the issue>"
2+
description: "Report a bug to help us improve the proxy system."
3+
title: "[Bug]: Provide a general summary of the issue"
54
labels: [bug]
6-
---
7-
8-
## Bug Description
9-
_A clear and concise description of the bug._
10-
11-
---
12-
13-
## Environment Details
14-
- **Operating System**:
15-
- [ ] Windows
16-
- [ ] macOS
17-
- [ ] Linux
18-
- [ ] Other (please specify): `______`
19-
20-
- **IDE and Version**:
21-
`<e.g., VSCode 1.78.0>`
22-
23-
- **Extension and Version**:
24-
`<e.g., Proxy Extension 0.5.1>`
25-
26-
- **Provider**:
27-
- [ ] Anthropic
28-
- [ ] vLLM
29-
- [ ] OpenAI
30-
- [ ] GitHub Copilot
31-
- [ ] Other (please specify): `______`
32-
33-
- **Model**:
34-
`<e.g., Claude 3, GPT-4, etc.>`
35-
36-
---
37-
38-
## Steps to Reproduce
39-
1. _List the steps to reproduce the bug._
40-
2. _Provide clear instructions and, if possible, screenshots or logs._
41-
42-
Example:
43-
1. Open the IDE.
44-
2. Start using the proxy with provider `OpenRouter`.
45-
3. The issue occurs when...
46-
47-
---
48-
49-
## Expected Behavior
50-
_What should have happened?_
51-
52-
## Actual Behavior
53-
_What actually happened?_
54-
55-
---
56-
57-
## Logs
58-
_If applicable, provide logs or error messages here._
59-
```
60-
<Place log content here>
61-
```
62-
63-
---
64-
65-
## Additional Context
66-
_Add any other context or details about the problem here._
5+
assignees: "-"
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: "To expedite our maintainers' efforts, please search for [duplicate or closed issues](https://github.com/mindersec/minder/issues?q=is%3Aissue+) and familiarize yourself with our [contributing guidelines](https://github.com/mindersec/minder/blob/main/CONTRIBUTING.md)."
10+
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: "Describe the issue"
15+
description: "A clear and concise description of what the bug is. If applicable, add screenshots to illustrate the problem."
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: reproduce-steps
21+
attributes:
22+
label: "Steps to Reproduce"
23+
description: "Describe the steps to reproduce the behavior."
24+
validations:
25+
required: true
26+
27+
- type: input
28+
id: operating-system
29+
attributes:
30+
label: "Operating System"
31+
description: "Select the operating system where the issue occurred."
32+
placeholder: "e.g., Windows, macOS, Linux"
33+
validations:
34+
required: true
35+
36+
- type: input
37+
id: ide-version
38+
attributes:
39+
label: "IDE and Version"
40+
description: "Enter the IDE name and version."
41+
placeholder: "e.g., VSCode 1.78.0"
42+
validations:
43+
required: true
44+
45+
- type: input
46+
id: extension-version
47+
attributes:
48+
label: "Extension and Version"
49+
description: "Enter the extension name and version."
50+
placeholder: "e.g., Proxy Extension 0.5.1"
51+
validations:
52+
required: true
53+
54+
- type: dropdown
55+
id: provider
56+
attributes:
57+
label: "Provider"
58+
description: "Select the provider used."
59+
options:
60+
- Anthropic
61+
- OpenRouter
62+
- GitHub Copilot
63+
- Other
64+
validations:
65+
required: true
66+
67+
- type: input
68+
id: model
69+
attributes:
70+
label: "Model"
71+
description: "Enter the model name used (e.g., GPT-4, Claude 3)."
72+
placeholder: "e.g., GPT-4"
73+
validations:
74+
required: true
75+
76+
- type: textarea
77+
id: logs
78+
attributes:
79+
label: "Logs"
80+
description: "If applicable, paste logs or error messages."
81+
placeholder: "Paste log content here."
82+
83+
- type: textarea
84+
id: additional-context
85+
attributes:
86+
label: "Additional Context"
87+
description: "Add any other context or details about the problem here."

0 commit comments

Comments
 (0)