1- name : Bug 报告
2- description : 报告工具的问题或错误
1+ name : Bug 报告 / Bug report
2+ description : 报告可复现的工具故障 / Report a reproducible problem
33title : ' [Bug] '
44labels : ['bug']
55body :
66 - type : markdown
77 attributes :
88 value : |
9- 感谢你花时间报告 Bug!请尽可能详细地描述问题。
9+ 感谢你花时间报告 Bug!请先确认问题在最新在线版本中仍可复现。
10+ Thanks for reporting a bug. Please confirm it still reproduces on the latest live version.
1011
1112 - type : input
1213 id : tool
1314 attributes :
14- label : 相关工具
15- description : 哪个工具出现了问题?
16- placeholder : ' 例如:JSON 格式化、时间戳转换 '
15+ label : 工具链接 / Tool URL
16+ description : 请粘贴出现问题的完整 URL。
17+ placeholder : ' https://tools.realtime-ai.chat/tools/dev/json-formatter.html '
1718 validations :
1819 required : true
1920
2021 - type : textarea
2122 id : description
2223 attributes :
23- label : 问题描述
24+ label : 问题描述 / Description
2425 description : 请清晰描述遇到的问题
2526 placeholder : 描述你遇到的问题...
2627 validations :
2930 - type : textarea
3031 id : reproduce
3132 attributes :
32- label : 复现步骤
33+ label : 复现步骤 / Steps to reproduce
3334 description : 如何复现这个问题?
3435 placeholder : |
3536 1. 打开 '...'
@@ -42,15 +43,15 @@ body:
4243 - type : textarea
4344 id : expected
4445 attributes :
45- label : 期望行为
46+ label : 期望行为 / Expected behavior
4647 description : 你期望发生什么?
4748 validations :
4849 required : true
4950
5051 - type : dropdown
5152 id : browser
5253 attributes :
53- label : 浏览器
54+ label : 浏览器 / Browser
5455 options :
5556 - Chrome
5657 - Firefox
@@ -60,20 +61,42 @@ body:
6061 validations :
6162 required : true
6263
64+ - type : input
65+ id : browser_version
66+ attributes :
67+ label : 浏览器版本 / Browser version
68+ placeholder : ' 例如:Chrome 140, Safari 19'
69+
6370 - type : input
6471 id : os
6572 attributes :
66- label : 操作系统
73+ label : 操作系统 / Operating system
6774 placeholder : ' 例如:Windows 11, macOS 14, Ubuntu 22.04'
6875
76+ - type : textarea
77+ id : console
78+ attributes :
79+ label : 控制台或网络错误 / Console or network errors
80+ description : 如果可以,请粘贴相关错误;提交前请移除令牌、个人数据和敏感内容。
81+
6982 - type : textarea
7083 id : screenshots
7184 attributes :
72- label : 截图
85+ label : 截图 / Screenshots
7386 description : 如果有的话,请添加截图帮助说明问题
7487
7588 - type : textarea
7689 id : additional
7790 attributes :
78- label : 其他信息
91+ label : 其他信息 / Additional context
7992 description : 任何其他可能有用的信息
93+
94+ - type : checkboxes
95+ id : checks
96+ attributes :
97+ label : 提交前确认 / Pre-flight checks
98+ options :
99+ - label : 我已在最新在线版本中复现该问题。
100+ required : true
101+ - label : 我已移除输入、截图和日志中的敏感信息。
102+ required : true
0 commit comments