File tree 2 files changed +61
-31
lines changed
2 files changed +61
-31
lines changed Original file line number Diff line number Diff line change
1
+ name : 问题报告
2
+ description : 我遇到了问题
3
+
4
+ body :
5
+ - type : markdown
6
+ id : environment
7
+ attributes :
8
+ value : |
9
+ ## 环境
10
+
11
+ - type : input
12
+ id : nonebot_bison_version
13
+ attributes :
14
+ label : nonebot-bison 版本
15
+ description : 请填写 nonebot-bison 的版本
16
+
17
+ - type : input
18
+ id : nonebot_version
19
+ attributes :
20
+ label : nonebot 版本
21
+ description : 请填写 nonebot 的版本
22
+
23
+ - type : dropdown
24
+ id : installation_method
25
+ attributes :
26
+ label : 安装方式
27
+ description : 请选择安装方式
28
+ options :
29
+ - 通过 nb-cli 安装
30
+ - 使用 poetry/pdm 等现代包管理器安装
31
+ - 通过 pip install 安装
32
+ - 克隆或下载项目直接使用
33
+
34
+ - type : input
35
+ id : operating_system
36
+ attributes :
37
+ label : 操作系统
38
+ description : 请填写操作系统
39
+
40
+ - type : textarea
41
+ id : issue_description
42
+ attributes :
43
+ label : 问题
44
+ description : 请在这里描述你遇到的问题
45
+
46
+ - type : textarea
47
+ id : logs
48
+ attributes :
49
+ label : 日志
50
+ description : 请在这里粘贴你的日志
51
+ render : shell
52
+
53
+ - type : checkboxes
54
+ id : confirmations
55
+ attributes :
56
+ label : 确认
57
+ options :
58
+ - label : 我搜索过了 issue,但是并没有发现过与我类似的问题
59
+ required : true
60
+ - label : 我确认在日志中去掉了敏感信息
61
+ required : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments