File tree Expand file tree Collapse file tree 5 files changed +89
-0
lines changed
Expand file tree Collapse file tree 5 files changed +89
-0
lines changed Original file line number Diff line number Diff line change 1+ ### 问题描述
2+
3+
4+ ### 我当前使用 Solon 版本是?
5+
6+
7+
Original file line number Diff line number Diff line change 1+ name : 问题反馈
2+ description : 在使用中发现了本项目的问题
3+ title : " [问题]: "
4+ labels : [ ]
5+ body :
6+ - type : textarea
7+ attributes :
8+ label : 如何复现:
9+ description : 请详细告诉我们如何复现您遇到的问题,并附上可复现的代码示例
10+ placeholder : |
11+ 1. ...
12+ 2. ...
13+ 3. ...
14+ validations :
15+ required : true
16+ - type : textarea
17+ attributes :
18+ label : 预期结果:
19+ description : 请告诉我们您预期会发生什么。
20+ validations :
21+ required : true
22+ - type : textarea
23+ attributes :
24+ label : 实际结果:
25+ description : 请告诉我们实际发生了什么。
26+ validations :
27+ required : true
28+ - type : textarea
29+ attributes :
30+ label : 截图或视频:
31+ description : 如果可以的话,上传任何关于 Bug 的截图。
32+ placeholder : |
33+ [在这里上传图片]
34+ - type : input
35+ id : version
36+ attributes :
37+ label : 关联版本:
38+ description : 您当前正在使用我们框架的哪个版本?
39+ validations :
40+ required : true
Original file line number Diff line number Diff line change 1+ # 鼓励用户使用 Issue 模板(不允许用户创建空白 Issue)
2+ blank_issues_enabled : true
3+
4+ # 引导用户浏览相关文档
5+ contact_links :
6+ - name : Solon 官网
7+ url : https://solon.noear.org/
8+ about : 查阅官网以获得基本功能使用、介绍和常见问题解答
Original file line number Diff line number Diff line change 1+ name : 功能建议
2+ description : 对本项目提出一个功能建议
3+ title : " [建议]: "
4+ labels : [ "enhancement" ]
5+ body :
6+ - type : textarea
7+ id : related-problem
8+ attributes :
9+ label : 您的功能建议:
10+ validations :
11+ required : false
12+ - type : textarea
13+ id : desired-solution
14+ attributes :
15+ label : 您希望看到什么解决方案:
16+ validations :
17+ required : true
18+ - type : textarea
19+ id : alternatives
20+ attributes :
21+ label : 您考虑过哪些替代方案:
22+ validations :
23+ required : false
Original file line number Diff line number Diff line change 1+ ### 这个PR有什么用 / 我们为什么需要它?
2+
3+
4+ ### 总结您的更改
5+
6+
7+ #### 请注明您已完成以下工作:
8+
9+ - [ ] 确保测试通过,并在需要时添加测试覆盖率。
10+ - [ ] 确保提交消息遵循 [ 常规提交规范] ( https://www.conventionalcommits.org/ ) 的规则。
11+ - [ ] 考虑文档的影响,如果需要,打开一个新的文档问题或文档更改的PR。
You can’t perform that action at this time.
0 commit comments