Przeglądaj źródła

Update issue templates

木木的木头 2 lat temu
rodzic
commit
2a465c18d8
1 zmienionych plików z 37 dodań i 0 usunięć
  1. 37 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 37 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -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>