Commit c484c13 1 parent 7785c22 commit c484c13 Copy full SHA for c484c13
File tree 2 files changed +77
-0
lines changed
2 files changed +77
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 错误反馈
2
+ description : " 提交 mihomo-party 漏洞"
3
+ title : " [Bug] "
4
+ body :
5
+ - type : checkboxes
6
+ id : ensure
7
+ attributes :
8
+ label : Verify steps
9
+ description : 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
10
+ options :
11
+ - label : 我未在[Issue Tracker](……/)中寻找过我要提出的问题
12
+ - label : 我已在标题简短的描述了我所遇到的问题
13
+ - label : 这是GUI程序的问题,而不是内核程序的问题
14
+ - label : 我已经使用最新的测试版本测试过,问题依旧存在
15
+
16
+ - type : dropdown
17
+ attributes :
18
+ label : 操作系统
19
+ description : 请提供操作系统类型
20
+ multiple : true
21
+ options :
22
+ - MacOS
23
+ - Windows
24
+ - Linux
25
+ - type : input
26
+ attributes :
27
+ label : 系统版本
28
+ description : 请提供出现问题的操作系统版本
29
+ validations :
30
+ required : true
31
+ - type : textarea
32
+ attributes :
33
+ label : 发生问题 mihomo-party 版本
34
+ validations :
35
+ required : true
36
+ - type : textarea
37
+ attributes :
38
+ label : 描述
39
+ description : 请提供错误的详细描述。
40
+ validations :
41
+ required : true
42
+ - type : textarea
43
+ attributes :
44
+ label : 重现方式
45
+ description : 请提供重现错误的步骤
46
+ validations :
47
+ required : true
Original file line number Diff line number Diff line change
1
+ name : 功能请求
2
+ description : " 请求 mihomo-party 功能"
3
+ title : " [Feature] "
4
+ body :
5
+ - type : checkboxes
6
+ id : ensure
7
+ attributes :
8
+ label : Verify steps
9
+ description : 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
10
+ options :
11
+ - label : 我已在[Issue Tracker](……/)中寻找过,但未找到我所需的功能
12
+ - label : 我已在标题简短的描述了我所需的功能
13
+ - label : 这是向GUI程序提出的功能请求,而不是内核程序
14
+ - label : 我未在最新的测试版本找到我所需的功能
15
+
16
+ - type : dropdown
17
+ attributes :
18
+ label : 操作系统
19
+ description : 请提供操作系统类型
20
+ multiple : true
21
+ options :
22
+ - MacOS
23
+ - Windows
24
+ - Linux
25
+ - type : textarea
26
+ attributes :
27
+ label : 描述
28
+ description : 请提供所需功能的详细描述
29
+ validations :
30
+ required : true
You can’t perform that action at this time.
0 commit comments