File tree Expand file tree Collapse file tree 1 file changed +117
-0
lines changed Expand file tree Collapse file tree 1 file changed +117
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 问题报告
2
+ description : 向我们发送问题报告
3
+ title : " [Bug]: "
4
+ labels : ["bug", "triage"]
5
+ assignees :
6
+ - aicorein
7
+
8
+ body :
9
+ - type : markdown
10
+ id : announcement
11
+ attributes :
12
+ value : |
13
+ 感谢您填写问题报告。您的问题报告越详细,相关修复工作将越顺利地进行。
14
+
15
+ 请先阅读以下注意事项。否则您的 issue 可能会被直接关闭:
16
+ - 我已按照 melobot 文档的教程操作,依然存在问题
17
+ - 我已使用最新的发布版本,依然存在问题
18
+ - 我已在 issue 页面搜索过,没有重复问题存在
19
+ - 开发者没有义务 100% 为您修复任何错误/问题,是否修复,以何种形式进行,何时完成均不做担保。
20
+
21
+ - type : checkboxes
22
+ id : terms
23
+ attributes :
24
+ label : 请确认您已阅读以上注意事项,并勾选下方的确认框。
25
+ description : 如果您不知道如何有效、精准地表述,请先阅读[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md)
26
+ options :
27
+ - label : " 我已经仔细阅读并同意上述内容"
28
+ required : true
29
+ - label : " 我知道如何有效、精准地表述问题所在"
30
+ required : true
31
+
32
+ - type : dropdown
33
+ id : sys
34
+ attributes :
35
+ label : 系统环境
36
+ description : 在何种系统中运行
37
+ options :
38
+ - Windows
39
+ - MacOS
40
+ - Linux
41
+ - 其它(请在“问题描述”板块说明)
42
+ validations :
43
+ required : true
44
+
45
+ - type : dropdown
46
+ id : arch
47
+ attributes :
48
+ label : 运行架构
49
+ description : 在何种架构下运行
50
+ options :
51
+ - x64
52
+ - x86
53
+ - arm
54
+ - arm64
55
+ - 其它(请在“问题描述”板块说明)
56
+ validations :
57
+ required : true
58
+
59
+ - type : dropdown
60
+ id : python-impl
61
+ attributes :
62
+ label : Python 实现
63
+ description : 在何种 Python 实现中运行(如果您不清楚,请选择“我不知道”)
64
+ options :
65
+ - CPython
66
+ - PyPy
67
+ - 其他
68
+ - 我不知道
69
+ validations :
70
+ required : true
71
+
72
+ - type : textarea
73
+ id : python-ver
74
+ attributes :
75
+ label : Python 版本
76
+ description : 在何种 Python 版本中运行(至少 x.y.z 三位版本号,如果使用非 CPython 实现,附加实现项目名称)
77
+ validations :
78
+ required : true
79
+
80
+ - type : dropdown
81
+ id : protocols
82
+ attributes :
83
+ description : 是否和具体的协议支持有关
84
+ options :
85
+ - 无
86
+ - 内置 OneBot 协议
87
+ - 三方协议(请在“问题描述”板块说明)
88
+ validations :
89
+ required : true
90
+
91
+ - type : textarea
92
+ id : bug-desc
93
+ attributes :
94
+ label : 问题描述
95
+ description : 详细的问题描述(可以附加图片、截屏,尽量避免使用不清晰的拍屏)
96
+ validations :
97
+ required : true
98
+
99
+ - type : textarea
100
+ id : expect
101
+ attributes :
102
+ label : 预期结果
103
+ description : 预期行为应该是什么
104
+ validations :
105
+ required : true
106
+
107
+ - type : textarea
108
+ id : reproduce
109
+ attributes :
110
+ label : 简单的复现代码或相关代码链接(可选,文本块自动渲染为 python 代码块)
111
+ render : python
112
+
113
+ - type : textarea
114
+ id : log
115
+ attributes :
116
+ label : DEBUG 级别日志记录(如果问题无需日志诊断,则可选)
117
+ render : shell
You can’t perform that action at this time.
0 commit comments