mirror of
https://github.com/Jinnrry/PMail.git
synced 2026-04-23 17:11:32 +08:00
46 lines
813 B
Markdown
46 lines
813 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**请说明问题 / Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**如何复现 / To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**你预期的行为 / Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**贴上你的配置文件 / Program configuration file contents**
|
|
<details>
|
|
<summary>config.json</summary>
|
|
|
|
```
|
|
这里贴上你的配置文件内容。
|
|
Copy the contents of your configuration file here.
|
|
```
|
|
|
|
</details>
|
|
|
|
|
|
**日志信息 / Log**
|
|
<details>
|
|
<summary>log</summary>
|
|
|
|
```
|
|
这里贴上问题相关日志
|
|
Copy the contents of your log here.
|
|
|
|
```
|
|
|
|
</details>
|