Sfoglia il codice sorgente

Merge pull request #1571 from Anankke/chore-clearer-issue-template

chore: clearer issue template
M1Screw 3 anni fa
parent
commit
42e7c01dcf

+ 7 - 25
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,35 +2,17 @@
 name: Bug report
 about: Create a bug report
 title: "[BUG]"
+labels: bug
 
 ---
 
-<!--请不要提交任何关于 V2Ray 后端的 issue,V2Ray 并不是官方支持,有任何问题请找相关后端作者。-->
-
-请将  [ ] 替换为 [x] 。Please relpace [ ] with [x] .
-
-- [ ] 我已知晓并同意,如果我不遵循以下格式提交 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.
-- [ ] 我已知晓并同意,我需要把选项前的 [ ] 替换为 [x]。如果我在 x 之前或之后留了空格,则我的 issue 可能会被无条件关闭和锁定。 I acknowledge I have to replace [ ] with [x]. If I leave any space before or after x, 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. 你当前的 SSPanel UIM 位于哪条 commit。
-
-**Bug**
-The bug information. 请描述你遇到的 Bug。
-
-**Reproduce**
-Steps to reproduce the bug. 请逐步描述如何复现 Bug。
 
-**Expected behavior**
-What you expected to happen. 请描述你预期的行为。
+OS:    
+PHP version:    
+DB version:    
+Commit:    
 
-**Logs**
-If applicable, add your PHP logs here. 如果需要,请在这里粘贴 PHP Log。
+**Bug Info**
 
-**Addition**
-Additional context here. 如有可能,请提供更多相关资料。
+Describe the issue you run into. 请描述你遇到的问题。

+ 2 - 10
.github/ISSUE_TEMPLATE/feature_request.md

@@ -6,14 +6,6 @@ labels: enhancement
 
 ---
 
-- [ ] I certify that I have read project Wiki and other issue may related to this one.
-- [ ] I acknowledge I have to replace [ ] with [x]. If I leave any space before or after x, my issue could be closed without any notice.
+**Feature 功能请求**
 
-**Feature**
-The feature you want.
-
-**Solution**
-If you have some solution about this issue, type it here.
-
-**Addition**
-Additional context here.
+Describe the feature you want. 请描述你想要的功能。