This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +66
-0
lines changed
Expand file tree Collapse file tree 1 file changed +66
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " Bug Report"
3+ about : " Report a bug to help us improve the proxy system"
4+ title : " [Bug]: <Short description of the issue>"
5+ 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._
You can’t perform that action at this time.
0 commit comments