Prechádzať zdrojové kódy

github(issue_template): add zh-CN version

Sukka 6 rokov pred
rodič
commit
b6135efc88
1 zmenil súbory, kde vykonal 13 pridanie a 10 odobranie
  1. 13 10
      .github/ISSUE_TEMPLATE/bug_report.md

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

@@ -6,26 +6,29 @@ labels: bug
 
 ---
 
-- [ ] I acknowledge if I don't follow the format below, or I'm on an old commit, or I fail to provide sufficient information, or I don't check these box, my issue could be closed without any notice.
-- [ ] I certify that I have read project Wiki and other issue may related to this one.
+请将  [ ] 替换为 [x] 。Please relpace [ ] with [x] .
 
-**Environment**
-Your PHP/MySQL version and...
+- [ ] 我已知晓并同意,如果我不遵循以下格式提交 issue,或者我使用的并非最新版本的 SSPanel UIM,或者我没有提供足够的信息,或者我没有选中这些框,则我的 issue 将会被无条件关闭和锁定。 I acknowledge if I don't follow the format below, or I'm on an old commit, or I fail to provide sufficient information, or I don't check these box, my issue could be closed without any notice.
+- [ ] 我已确认我已经阅读过使用文档、Wiki,并在 issue 列表中查找相似的问题。I certify that I have read project Wiki and other issue may related to this one.
+- [ ] 我已知晓并同意,如果我不同意上述条件却仍然提交 issue,或即使同意上述条件但在提交 issue 时不按照条件执行,我的 issue 可被 SSPanel UIM 维护团队视为 spam、并在必要时会被举报到 GitHub。 I acknowledge if I disagree with the conditions above but still submit a issue, or if I agree conditions above but do not follow them when submitting a issue, my issue could be considered as spam by the SSPanel UIM maintenance team, and might be reported to GitHub if necessary.
+
+**Environment 环境**
+Your OS info, PHP/MySQL version and so on... 你的操作系统信息、PHP/MySQL 版本、以及其它所有可能相关的信息。
 
 **Commit**
-The commit you on.
+The commit you on. 你当前的 SSPanel UIM 位于哪条 commit。
 
 **Bug**
-The bug information.
+The bug information. 请描述你遇到的 Bug。
 
 **Reproduce**
-Steps to reproduce the bug.
+Steps to reproduce the bug. 请逐步描述如何复现 Bug。
 
 **Expected behavior**
-What you expected to happen.
+What you expected to happen. 请描述你预期的行为。
 
 **Logs**
-If applicable, add your PHP logs here.
+If applicable, add your PHP logs here. 如果需要,请在这里粘贴 PHP Log。
 
 **Addition**
-Additional context here.
+Additional context here. 如有可能,请提供更多相关资料。