Update issue templates
This commit is contained in:
parent
5034d81106
commit
558918bec8
89
.github/ISSUE_TEMPLATE/bug-report.md
vendored
89
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -7,10 +7,6 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
以下是问题报告模板,包含中文和英文翻译:
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**描述问题**
|
**描述问题**
|
||||||
提供模组型号、路由器平台、路由器系统发行版等信息
|
提供模组型号、路由器平台、路由器系统发行版等信息
|
||||||
**Describe the Issue**
|
**Describe the Issue**
|
||||||
@ -40,30 +36,75 @@ Describe what the normal behavior should be.
|
|||||||
---
|
---
|
||||||
|
|
||||||
**日志信息**
|
**日志信息**
|
||||||
请在终端执行以下命令并将结果粘贴到此处
|
请在终端执行以下命令并将结果粘贴到对应的折叠代码块中
|
||||||
**Log Information**
|
**Log Information**
|
||||||
Please execute the following commands in the terminal and paste the results below:
|
Please execute the following commands in the terminal and paste the results into the corresponding collapsible code blocks below:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>模组配置 (Module Configuration)</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uci show qmodem
|
uci show qmodem
|
||||||
# 显示模组配置
|
# 显示模组配置
|
||||||
# Show module configuration
|
# Show module configuration
|
||||||
|
```
|
||||||
|
|
||||||
|
粘贴结果到此处
|
||||||
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>网络配置 (Network Configuration)</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
uci show network
|
uci show network
|
||||||
# 显示网络配置
|
# 显示网络配置
|
||||||
# Show network configuration
|
# Show network configuration
|
||||||
|
```
|
||||||
|
|
||||||
|
粘贴结果到此处
|
||||||
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>系统日志 (System Logs)</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
logread
|
logread
|
||||||
# 查看系统日志
|
# 查看系统日志
|
||||||
# View system logs
|
# View system logs
|
||||||
|
```
|
||||||
|
|
||||||
|
粘贴结果到此处
|
||||||
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>内核日志 (Kernel Logs)</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
dmesg
|
dmesg
|
||||||
# 查看内核日志
|
# 查看内核日志
|
||||||
# View kernel logs
|
# View kernel logs
|
||||||
```
|
```
|
||||||
|
|
||||||
如果是USB模组相关的问题,执行以下命令:
|
粘贴结果到此处
|
||||||
**If the issue is related to USB modules, execute the following command:**
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
如果是USB模组相关的问题,执行以下命令并填写结果:
|
||||||
|
**If the issue is related to USB modules, execute the following command and paste the output:**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>USB设备信息 (USB Devices)</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lsusb
|
lsusb
|
||||||
@ -71,8 +112,17 @@ lsusb
|
|||||||
# List USB devices
|
# List USB devices
|
||||||
```
|
```
|
||||||
|
|
||||||
如果是PCIe模组相关的问题,执行以下命令:
|
粘贴结果到此处
|
||||||
**If the issue is related to PCIe modules, execute the following command:**
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
如果是PCIe模组相关的问题,执行以下命令并填写结果:
|
||||||
|
**If the issue is related to PCIe modules, execute the following command and paste the output:**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>PCIe设备信息 (PCIe Devices)</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lspci
|
lspci
|
||||||
@ -80,8 +130,17 @@ lspci
|
|||||||
# List PCIe devices
|
# List PCIe devices
|
||||||
```
|
```
|
||||||
|
|
||||||
如果模组扫描存在问题,执行以下命令:
|
粘贴结果到此处
|
||||||
**If there is an issue with module scanning, execute the following command:**
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
如果模组扫描存在问题,执行以下命令并填写结果:
|
||||||
|
**If there is an issue with module scanning, execute the following command and paste the output:**
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>模组扫描 (Module Scanning)</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/usr/share/qmodem/modem_scan.sh scan
|
/usr/share/qmodem/modem_scan.sh scan
|
||||||
@ -89,4 +148,8 @@ lspci
|
|||||||
# Scan modules
|
# Scan modules
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
粘贴结果到此处
|
||||||
|
Paste the output here
|
||||||
|
```
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user