Selaa lähdekoodia

[ci] 更新问题报告和功能请求模板,添加对md插件的支持,并更新版本描述说明。

dufu1991 1 vuosi sitten
vanhempi
sitoutus
ce7441fb76

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

@@ -23,6 +23,7 @@ body:
               - create (create-stdf scaffolding)
               - vscode (STDF VS Code plugin)
               - icon (rollup-plugin-stdf-icon plugin)
+              - md (rollup-plugin-md-ts plugin)
               - demo (STDF demo)
               - doc (STDF site and documentation)
               - other (other)
@@ -33,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/md, please indicate the version in which this bug occurred.
       validations:
           required: false
 

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

@@ -23,6 +23,7 @@ body:
               - create (create-stdf 脚手架)
               - vscode (STDF VS Code 插件)
               - icon (rollup-plugin-stdf-icon 插件)
+              - md (rollup-plugin-md-ts 插件)
               - demo (STDF demo)
               - doc (STDF 站点与文档)
               - other (其他)
@@ -33,7 +34,7 @@ body:
       id: version
       attributes:
           label: 版本
-          description: 如果是选择的是 stdf、create、icon、vscode,请注明此缺陷出现的版本。
+          description: 如果是选择的是 stdf、create、icon、vscode、md,请注明此缺陷出现的版本。
       validations:
           required: false
 

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

@@ -23,6 +23,7 @@ body:
               - create (create-stdf scaffolding)
               - vscode (STDF VS Code plugin)
               - icon (rollup-plugin-stdf-icon plugin)
+              - md (rollup-plugin-md-ts plugin)
               - demo (STDF demo)
               - doc (STDF site and documentation)
               - other (other)

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

@@ -23,6 +23,7 @@ body:
               - create (create-stdf 脚手架)
               - vscode (STDF VS Code 插件)
               - icon (rollup-plugin-stdf-icon 插件)
+              - md (rollup-plugin-md-ts 插件)
               - demo (STDF demo)
               - doc (STDF 站点与文档)
               - other (其他)