File tree 1 file changed +23
-21
lines changed
1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ body:
13
13
attributes :
14
14
label : 发生了什么?
15
15
description : 请描述你遇到的问题。
16
- placeholder : _清晰而简明地描述我所遇到的问题。_
16
+ placeholder : 清晰而简明地描述我所遇到的问题。
17
17
validations :
18
18
required : true
19
19
- type : textarea
20
20
id : what-is-expected
21
21
attributes :
22
22
label : 你期望的结果
23
23
description : 提供一下你期望的结果。
24
- placeholder : _简述我期望得到的正确结果。_
24
+ placeholder : 简述我期望得到的正确结果。
25
25
validations :
26
26
required : false
27
27
- type : textarea
@@ -30,22 +30,38 @@ body:
30
30
label : 问题复现的步骤(或者截图)
31
31
description : 我们如何才能帮你复现这个问题? (如果问题比较复杂,请考虑提供一个能够供我们编译的、可复现的示例。)
32
32
placeholder : |
33
- 1. 打开 '...'
34
- 2. 点击 '...'
35
- 3. 移动到 '...'
36
- 4. 就能看见这个问题 '...'
33
+ 1. 打开……
34
+ 2. 点击……
35
+ 3. 移动到……
36
+ 4. 就能看见这个问题……
37
+
38
+ ```latex
39
+ % 复杂问题可提供代码示例
40
+ ```
37
41
validations :
38
42
required : true
43
+ - type : dropdown
44
+ id : templates
45
+ attributes :
46
+ label : BIThesis 模板
47
+ description : 你遇到问题的模板有哪些?
48
+ multiple : true
49
+ options :
50
+ - 硕博·学位论文 — graduate-thesis
51
+ - 本科·毕业设计或读书报告 — undergraduate-thesis[-en]、paper-translation、reading-report
52
+ - 演示文档 — presentation-slide
53
+ - 实验报告 — lab-report
39
54
- type : dropdown
40
55
id : os
41
56
attributes :
42
57
label : 操作系统或平台
43
58
description : 你使用的操作系统或平台是什么?
59
+ multiple : true
44
60
options :
45
61
- Windows
46
62
- macOS
47
63
- Linux
48
- - Overleaf
64
+ - Overleaf等在线平台
49
65
validations :
50
66
required : false
51
67
- type : input
55
71
placeholder : TexLive 2024
56
72
validations :
57
73
required : false
58
- - type : dropdown
59
- id : templates
60
- attributes :
61
- label : BIThesis 模板
62
- description : 你遇到问题的模板有哪些?
63
- multiple : true
64
- options :
65
- - lab-report
66
- - master-thesis
67
- - paper-translation
68
- - presentation-slide
69
- - undergraduate-proposal-report
70
- - undergraduate-thesis
71
- - graduate-thesis
72
74
- type : textarea
73
75
id : logs
74
76
attributes :
You can’t perform that action at this time.
0 commit comments