Quellcode durchsuchen

Update issue templates

木木的木头 vor 2 Jahren
Ursprung
Commit
89f3e32ae4
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      .github/ISSUE_TEMPLATE/bug_report.md

+ 5 - 2
.github/ISSUE_TEMPLATE/bug_report.md

@@ -25,7 +25,8 @@ A clear and concise description of what you expected to happen.
   <summary>config.json</summary>
 
 ```
-.....
+这里贴上你的配置文件内容。
+Copy the contents of your configuration file here.
 ```
 
 </details>
@@ -36,7 +37,9 @@ A clear and concise description of what you expected to happen.
   <summary>log</summary>
 
 ```
-.....
+这里贴上问题相关日志
+Copy the contents of your log here.
+
 ```
 
 </details>