Skip to content

Commit 558918b

Browse files
authored
Update issue templates
1 parent 5034d81 commit 558918b

File tree

1 file changed

+76
-13
lines changed

1 file changed

+76
-13
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 76 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ assignees: ''
77

88
---
99

10-
以下是问题报告模板,包含中文和英文翻译:
11-
12-
---
13-
1410
**描述问题**
1511
提供模组型号、路由器平台、路由器系统发行版等信息
1612
**Describe the Issue**
@@ -40,53 +36,120 @@ Describe what the normal behavior should be.
4036
---
4137

4238
**日志信息**
43-
请在终端执行以下命令并将结果粘贴到此处
39+
请在终端执行以下命令并将结果粘贴到对应的折叠代码块中
4440
**Log Information**
45-
Please execute the following commands in the terminal and paste the results below:
41+
Please execute the following commands in the terminal and paste the results into the corresponding collapsible code blocks below:
42+
43+
<details>
44+
<summary>模组配置 (Module Configuration)</summary>
4645

4746
```bash
4847
uci show qmodem
4948
# 显示模组配置
5049
# Show module configuration
50+
```
5151

52+
粘贴结果到此处
53+
Paste the output here
54+
```
55+
```
56+
</details>
57+
58+
<details>
59+
<summary>网络配置 (Network Configuration)</summary>
60+
61+
```bash
5262
uci show network
5363
# 显示网络配置
5464
# Show network configuration
65+
```
66+
67+
粘贴结果到此处
68+
Paste the output here
69+
```
70+
```
71+
</details>
72+
73+
<details>
74+
<summary>系统日志 (System Logs)</summary>
5575

76+
```bash
5677
logread
5778
# 查看系统日志
5879
# View system logs
80+
```
5981

82+
粘贴结果到此处
83+
Paste the output here
84+
```
85+
```
86+
</details>
87+
88+
<details>
89+
<summary>内核日志 (Kernel Logs)</summary>
90+
91+
```bash
6092
dmesg
6193
# 查看内核日志
6294
# View kernel logs
6395
```
6496

65-
如果是USB模组相关的问题,执行以下命令:
66-
**If the issue is related to USB modules, execute the following command:**
97+
粘贴结果到此处
98+
Paste the output here
99+
```
100+
```
101+
</details>
102+
103+
如果是USB模组相关的问题,执行以下命令并填写结果:
104+
**If the issue is related to USB modules, execute the following command and paste the output:**
105+
106+
<details>
107+
<summary>USB设备信息 (USB Devices)</summary>
67108

68109
```bash
69110
lsusb
70111
# 列出USB设备
71112
# List USB devices
72113
```
73114

74-
如果是PCIe模组相关的问题,执行以下命令:
75-
**If the issue is related to PCIe modules, execute the following command:**
115+
粘贴结果到此处
116+
Paste the output here
117+
```
118+
```
119+
</details>
120+
121+
如果是PCIe模组相关的问题,执行以下命令并填写结果:
122+
**If the issue is related to PCIe modules, execute the following command and paste the output:**
123+
124+
<details>
125+
<summary>PCIe设备信息 (PCIe Devices)</summary>
76126

77127
```bash
78128
lspci
79129
# 列出PCIe设备
80130
# List PCIe devices
81131
```
82132

83-
如果模组扫描存在问题,执行以下命令:
84-
**If there is an issue with module scanning, execute the following command:**
133+
粘贴结果到此处
134+
Paste the output here
135+
```
136+
```
137+
</details>
138+
139+
如果模组扫描存在问题,执行以下命令并填写结果:
140+
**If there is an issue with module scanning, execute the following command and paste the output:**
141+
142+
<details>
143+
<summary>模组扫描 (Module Scanning)</summary>
85144

86145
```bash
87146
/usr/share/qmodem/modem_scan.sh scan
88147
# 扫描模组
89148
# Scan modules
90149
```
91150

92-
---
151+
粘贴结果到此处
152+
Paste the output here
153+
```
154+
```
155+
</details>

0 commit comments

Comments
 (0)