Commit cd150cd 1 parent b5d097a commit cd150cd Copy full SHA for cd150cd
File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,21 @@ body:
14
14
required : true
15
15
- label : " 我仍想要提交,是因为我确认这个 Issue 是从官方版转交过来,或是希望由社区版处理的。"
16
16
required : true
17
- - type : textarea
17
+ - type : input
18
18
id : " yml-2"
19
+ attributes :
20
+ label : " 官方版原 Issue 编号"
21
+ description : " 如果这个 Issue 是从官方版转交过来的,请将原 Issue 标题旁的**编号**输入到下方预设文本的`#`后,不要输入任何其他非数字字符。"
22
+ value : " - Hex-Dragon/PCL2#"
23
+ - type : textarea
24
+ id : " yml-3"
19
25
attributes :
20
26
label : 描述
21
27
description : " 详细描述具体需要优化哪些地方,要改成怎样的。"
22
28
validations :
23
29
required : true
24
30
- type : textarea
25
- id : " yml-3 "
31
+ id : " yml-4 "
26
32
attributes :
27
33
label : 原因
28
34
description : " 详细描述你为什么需要这项优化,这有助于开发者评估它的优先度。"
Original file line number Diff line number Diff line change @@ -13,15 +13,21 @@ body:
13
13
required : true
14
14
- label : " 我仍想要提交,是因为我确认这个 Issue 是官方版转交过来,或是希望由社区版处理的。"
15
15
required : true
16
- - type : textarea
16
+ - type : input
17
17
id : " yml-2"
18
+ attributes :
19
+ label : " 官方版原 Issue 编号"
20
+ description : " 如果这个 Issue 是从官方版转交过来的,请将原 Issue 标题旁的**编号**输入到下方预设文本的`#`后,不要输入任何其他非数字字符。"
21
+ value : " - Hex-Dragon/PCL2#"
22
+ - type : textarea
23
+ id : " yml-3"
18
24
attributes :
19
25
label : 描述
20
26
description : " 详细描述你想添加的功能具体是怎样的。"
21
27
validations :
22
28
required : true
23
29
- type : textarea
24
- id : " yml-3 "
30
+ id : " yml-4 "
25
31
attributes :
26
32
label : 原因
27
33
description : " 详细描述你为什么需要这项功能,这有助于开发者评估它的优先度。"
You can’t perform that action at this time.
0 commit comments