Explorar el Código

Update issue templates

木木的木头 hace 2 años
padre
commit
89f3e32ae4
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  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>