|
|
@@ -0,0 +1,37 @@
|
|
|
+---
|
|
|
+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>
|
|
|
+ ```
|
|
|
+ {.....}
|
|
|
+ ```
|
|
|
+</details>
|
|
|
+
|
|
|
+**日志信息 / Log **
|
|
|
+<details>
|
|
|
+ <summary>log</summary>
|
|
|
+ ```
|
|
|
+ ....
|
|
|
+ ```
|
|
|
+</details>
|