Skip to content

Commit 5497443

Browse files
docs: 更新 [Bug] 模板
更新、简化模板列表,并提前。顺便改了些小问题。
1 parent eb2b93d commit 5497443

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

.github/ISSUE_TEMPLATE/bug-report-ZH.yaml

+23-21
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ body:
1313
attributes:
1414
label: 发生了什么?
1515
description: 请描述你遇到的问题。
16-
placeholder: _清晰而简明地描述我所遇到的问题。_
16+
placeholder: 清晰而简明地描述我所遇到的问题。
1717
validations:
1818
required: true
1919
- type: textarea
2020
id: what-is-expected
2121
attributes:
2222
label: 你期望的结果
2323
description: 提供一下你期望的结果。
24-
placeholder: _简述我期望得到的正确结果。_
24+
placeholder: 简述我期望得到的正确结果。
2525
validations:
2626
required: false
2727
- type: textarea
@@ -30,22 +30,38 @@ body:
3030
label: 问题复现的步骤(或者截图)
3131
description: 我们如何才能帮你复现这个问题? (如果问题比较复杂,请考虑提供一个能够供我们编译的、可复现的示例。)
3232
placeholder: |
33-
1. 打开 '...'
34-
2. 点击 '...'
35-
3. 移动到 '...'
36-
4. 就能看见这个问题 '...'
33+
1. 打开……
34+
2. 点击……
35+
3. 移动到……
36+
4. 就能看见这个问题……
37+
38+
```latex
39+
% 复杂问题可提供代码示例
40+
```
3741
validations:
3842
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
3954
- type: dropdown
4055
id: os
4156
attributes:
4257
label: 操作系统或平台
4358
description: 你使用的操作系统或平台是什么?
59+
multiple: true
4460
options:
4561
- Windows
4662
- macOS
4763
- Linux
48-
- Overleaf
64+
- Overleaf等在线平台
4965
validations:
5066
required: false
5167
- type: input
@@ -55,20 +71,6 @@ body:
5571
placeholder: TexLive 2024
5672
validations:
5773
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
7274
- type: textarea
7375
id: logs
7476
attributes:

0 commit comments

Comments
 (0)