dufu1991 3 лет назад
Родитель
Сommit
1b09291d6f
1 измененных файлов с 46 добавлено и 3 удалено
  1. 46 3
      .github/ISSUE_TEMPLATE/bug_report.md

+ 46 - 3
.github/ISSUE_TEMPLATE/bug_report.md

@@ -7,6 +7,50 @@ assignees: ''
 
 ---
 
+## Please indicate which section the bug belongs to in the title
+
+Please indicate in the title which section the bug belongs to, for example: [site] Unable to close 3D model on the homepage!
+- [stdf] Bug in the STDF component library code.
+- [create] Bug in the create-stdf scaffolding tool.
+- [icon] Bug in the rollup-plugin-stdf-icon plugin for handling icons.
+- [site] Bug on the STDF website.
+- [other] Unclassified issue.
+
+## Current Version
+
+If it is related to [stdf], [create], [icon], please specify the version in which this bug occurred.
+
+## Bug Description
+
+Please provide a clear and concise description of the bug.
+
+## Steps to Reproduce
+
+Steps to reproduce the behavior:
+
+1. When ...
+2. Click on ...
+3. See the error ...
+
+## Expected Behavior
+
+Please provide a clear and concise description of what you expected to happen.
+
+## Screenshots
+
+If applicable, add screenshots to help explain your problem.
+
+## Your Environment
+
+- Operating System and Version: [e.g., iOS 16, Android MIUI 14]
+- Browser and Version: [e.g., Built-in MIUI browser, Chrome 100, Firefox, Safari]
+
+## Optional: Proposed Solution
+
+If you have a proposed solution or idea for resolving the bug, please describe it here.
+
+---
+
 ## 请在标题中标明 bug 属于哪个部分
 
 请在标题开头注明此 bug 属于哪个部分,如:[site] 首页的 3D 模型无法关闭!
@@ -42,9 +86,8 @@ assignees: ''
 
 ## 你的环境
 
-- 操作系统:[例如,Windows,macOS,Linux]
-- 浏览器:[例如,Chrome,Firefox,Safari]
-- 版本:[例如,22]
+- 操作系统与版本:[例如,iOS 16,Android MIUI 14]
+- 浏览器与版本:[例如,MIUI 自带,Chrome 100,Firefox,Safari]
 
 ## 可选:解决方案建议