Browse Source

[action]Update issues template

dufu1991 3 years ago
parent
commit
1558fe2f65

+ 2 - 2
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -19,7 +19,7 @@ body:
       label: Module
       description: Which module does this bug belong to?
       options:
-        - stdf (STDF component, default)
+        - stdf (STDF component)
         - create (create-stdf scaffolding)
         - vscode (STDF VS Code plugin)
         - icon (rollup-plugin-stdf-icon plugin)
@@ -34,7 +34,7 @@ body:
     id: version
     attributes:
       label: Version
-      description: If it is [stdf] [create] [icon] [vscode], please indicate the version in which this bug occurred.
+      description: If it is stdf/create/icon/vscode, please indicate the version in which this bug occurred.
     validations:
       required: false
 

+ 2 - 2
.github/ISSUE_TEMPLATE/bug_report_CN.yml

@@ -19,7 +19,7 @@ body:
       label: 模块
       description: 此缺陷属于哪个模块?
       options:
-        - stdf (STDF 组件,默认)
+        - stdf (STDF 组件)
         - create (create-stdf 脚手架)
         - vscode (STDF VS Code 插件)
         - icon (rollup-plugin-stdf-icon 插件)
@@ -34,7 +34,7 @@ body:
     id: version
     attributes:
       label: 版本
-      description: 如果是 [stdf] [create] [icon] [vscode] ,请注明此缺陷出现的版本。
+      description: 如果是选择的是 stdf、create、icon、vscode,请注明此缺陷出现的版本。
     validations:
       required: false
 

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -19,7 +19,7 @@ body:
       label: Module
       description: Which module does this new feature belong to?
       options:
-        - stdf (STDF component, default)
+        - stdf (STDF component)
         - create (create-stdf scaffolding)
         - vscode (STDF VS Code plugin)
         - icon (rollup-plugin-stdf-icon plugin)

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request_CN.yml

@@ -19,7 +19,7 @@ body:
       label: 模块
       description: 此新功能属于哪个模块?
       options:
-        - stdf (STDF 组件,默认)
+        - stdf (STDF 组件)
         - create (create-stdf 脚手架)
         - vscode (STDF VS Code 插件)
         - icon (rollup-plugin-stdf-icon 插件)