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