Sfoglia il codice sorgente

Update issue templates

木木的木头 2 anni fa
parent
commit
65b8feb79a
1 ha cambiato i file con 10 aggiunte e 6 eliminazioni
  1. 10 6
      .github/ISSUE_TEMPLATE/bug_report.md

+ 10 - 6
.github/ISSUE_TEMPLATE/bug_report.md

@@ -23,16 +23,20 @@ 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>