1+ name : " \U0001F41E 报告 Bug/Bug Report"
2+ description : 帮助我们更好地改进项目,但请先阅读官方文档及常见问题,不要提已有的重复问题!/Create a report to help us improve, please read FAQ first.
3+ labels :
4+ - bug
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ 感谢您使用 ContiNew Admin!请您花些时间填写这份 Bug 报告。前端项目 Bug 请提交至 [ContiNew Admin UI](https://github.com/continew-org/continew-admin-ui/issues/new/choose)。<br>
10+ **温馨提示:我们利用业余时间维护开源项目,没有额外精力及人员维护已发布版本,所以请务必检查【最新版本】是否正常,如已修复请自行跟进修复!**
11+ - type : checkboxes
12+ id : checkboxes
13+ attributes :
14+ label : 请您确认
15+ description : 在提交 Bug 之前,请先确认 :)
16+ options :
17+ - label : 我确认重启过项目和 IDE 后,仍然能够复现此问题
18+ required : true
19+ - label : 我确认尝试了最新 dev 分支代码(演示环境),仍有相同问题
20+ required : true
21+ - label : 我确认搜索了 [Issue 广场](https://continew.top/docs/admin/issue-hub.html),没有其他人提交过类似的 Bug(如果对应 Bug 尚未解决,您可以先订阅关注该 Issue,为了方便后来者查找问题解决方法,请避免创建重复的 Issue)
22+ required : true
23+ - label : 我确认查阅过 [使用指南](https://continew.top/docs/admin/guide/introduction.html) 和 [常见问题](https://continew.top/docs/admin/faq.html)
24+ required : true
25+ - label : 我确认问过 [DeepWiki](https://deepwiki.com/continew-org/continew-admin) 及知名 AI 大模型
26+ required : true
27+ - label : 我确认不是依赖组件相关的 Bug(例如:sa-token、mybatis-plus、snail-job、cosid等,依赖组件相关的 Bug,请提交至对应组件仓库)
28+ required : true
29+ - label : 我尝试阅读了源码并在 IDE 中进行断点调试
30+ required : false
31+ - label : 我愿意为提出的 Bug 提交 PR 修复它
32+ required : false
33+ - label : 请不要修改此模板 :) 并填写所有必填字段
34+ required : true
35+ validations :
36+ required : true
37+
38+ - type : dropdown
39+ attributes :
40+ label : ContiNew Admin 版本
41+ description : 您使用的 ContiNew Admin 版本,如没有支持的版本选项,请查阅 [更新日志](https://continew.top/docs/admin/changelog/) 或 [版本升级指南](https://continew.top/docs/admin/guide/upgrade.html) 并升级至最新稳定版本。
42+ multiple : false
43+ options :
44+ - 4.2.0-SNAPSHOT (开发版本-dev 分支)
45+ - 4.1.0
46+ validations :
47+ required : true
48+
49+ - type : textarea
50+ id : bug-description
51+ attributes :
52+ label : Bug 描述
53+ description : 清楚而简洁地描述您遇到的 Bug。
54+ placeholder : 例如:在使用 xxx 功能时出现异常
55+ validations :
56+ required : true
57+
58+ - type : textarea
59+ id : reproduction
60+ attributes :
61+ label : 复现步骤
62+ description : 强烈建议附上截图和完整错误日志!代码块请使用正确的 Markdown 格式。
63+ placeholder : 详细的步骤有助于我们复现问题。如有日志,请使用代码块格式(三个反引号 ```),如截图中存在敏感信息,请注意添加马赛克脱敏。
64+ validations :
65+ required : true
66+
67+ - type : textarea
68+ id : expected
69+ attributes :
70+ label : 预期结果
71+ description : 清楚而简洁地描述您期望的结果。
72+ placeholder : 你期望的是什么?请不要在这里复制粘贴复现步骤。
73+ validations :
74+ required : true
75+
76+ - type : textarea
77+ id : environment-info
78+ attributes :
79+ label : 环境信息
80+ description : 添加一切能帮助定位问题的环境信息。
81+ placeholder : 例如:JDK 版本:17,Maven 版本:3.6.3;MySQL 版本:8.0.33
82+ validations :
83+ required : false
0 commit comments