Skip to content

Commit ff1a60e

Browse files
committed
chore: 📝 bug模板
1 parent 419725d commit ff1a60e

File tree

1 file changed

+49
-9
lines changed

1 file changed

+49
-9
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,50 @@ body:
1515
required: true
1616
- label: 此Issue仅包含一个Bug反馈,而不是多个Bug反馈
1717
required: true
18+
- type: dropdown
19+
id: upstream-interface
20+
attributes:
21+
label: 上游接口类型
22+
description: 上游是以什么接口接入 Octopus 的?(添加渠道时选的什么渠道类型)
23+
options:
24+
- OpenAI Chat Completions
25+
- OpenAI Responses
26+
- Anthropic Messages
27+
- Google Gemini
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: client-interface
32+
attributes:
33+
label: 客户端接口类型
34+
description: 客户端是以什么格式请求的Octopus?
35+
options:
36+
- OpenAI Chat Completions
37+
- OpenAI Responses
38+
- Anthropic Messages
39+
validations:
40+
required: true
41+
- type: input
42+
id: client-version
43+
attributes:
44+
label: 客户端版本号
45+
description: 请提供客户端的详细版本号
46+
placeholder: "例如: Cursor 0.48.9, Claude Desktop 1.2.3"
47+
validations:
48+
required: true
49+
- type: textarea
50+
id: client-config
51+
attributes:
52+
label: 客户端配置
53+
description: 请提供客户端的配置文件(JSON 格式或截图均可)
54+
validations:
55+
required: true
56+
- type: input
57+
id: browser-version
58+
attributes:
59+
label: 浏览器版本号
60+
description: 如果是前端BUG请提供浏览器的详细版本号
61+
placeholder: "例如: Chrome 120.0.xxx, Firefox 120.0.xxx"
1862
- type: textarea
1963
attributes:
2064
label: 问题描述
@@ -35,18 +79,14 @@ body:
3579
required: true
3680
- type: textarea
3781
attributes:
38-
label: 相关日志
39-
description: WEB端的请求日志和后端控制台日志
40-
render: shell
82+
label: WEB日志
83+
description: WEB端的日志截图(请直接粘贴图片)
4184
validations:
4285
required: true
4386
- type: textarea
4487
attributes:
45-
label: 环境信息
46-
description: 请提供浏览器版本、操作系统等相关环境信息
47-
placeholder: |
48-
- 浏览器: Chrome 120.0.xxx
49-
- 操作系统: Windows 11 / macOS 14.x / Ubuntu 22.04
88+
label: 后端日志
89+
description: 后端的日志(请直接粘贴日志)
5090
render: shell
5191
validations:
52-
required: true
92+
required: true

0 commit comments

Comments
 (0)