Forráskód Böngészése

Add issue template

dufu1991 3 éve
szülő
commit
b6f8ddb75d

+ 4 - 2
.github/ISSUE_TEMPLATE/bug_report.md

@@ -12,6 +12,7 @@ assignees: ''
 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.
+- [vscode] Bug in the STDF VS Code plugin.
 - [icon] Bug in the rollup-plugin-stdf-icon plugin for handling icons.
 - [site] Bug on the STDF website.
 - [demo] Bug in the STDF demo.
@@ -19,7 +20,7 @@ Please indicate in the title which section the bug belongs to, for example: [sit
 
 ## Current Version
 
-If it is related to [stdf], [create], [icon], please specify the version in which this bug occurred.
+If it is related to [stdf], [create], [icon], [vscode], please specify the version in which this bug occurred.
 
 ## Bug Description
 
@@ -61,6 +62,7 @@ If you have a proposed solution or idea for resolving the bug, please describe i
 请在标题开头注明此 bug 属于哪个部分,如:[site] 首页的 3D 模型无法关闭!
 - [stdf] STDF 组件库代码 bug。
 - [create] create-stdf 脚手架 bug。
+- [vscode] STDF VS Code 插件 bug。
 - [icon] rollup-plugin-stdf-icon 处理 Icon 的插件 bug。
 - [site] STDF 站点 bug。
 - [demo] STDF demo bug。
@@ -68,7 +70,7 @@ If you have a proposed solution or idea for resolving the bug, please describe i
 
 ## 当前版本
 
-如果是 [stdf] [create] [icon] ,请注明此 bug 出现的版本。
+如果是 [stdf] [create] [icon] [vscode] ,请注明此 bug 出现的版本。
 
 ## Bug 描述
 

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

@@ -12,6 +12,7 @@ assignees: ''
 Please indicate in the title which section the feature belongs to, for example: [site] 3D model on the homepage doesn't look good!
 - [stdf] Feature in the STDF component library code.
 - [create] Feature in the create-stdf scaffolding tool.
+- [vscode] Feature in the STDF VS Code plugin.
 - [icon] Feature in the rollup-plugin-stdf-icon plugin for handling icons.
 - [site] Feature on the STDF website.
 - [demo] Feature in the STDF demo.
@@ -32,6 +33,7 @@ If there are similar libraries or any other places where this new feature can be
 请在标题开头注明此 feature 属于哪个部分,如:[site] 首页的 3D 模型不好看!
 - [stdf] STDF 组件库代码 feature。
 - [create] create-stdf 脚手架 feature。
+- [vscode] STDF VS Code 插件 feature。
 - [icon] rollup-plugin-stdf-icon 处理 Icon 的插件 feature。
 - [site] STDF 站点 feature。
 - [demo] STDF demo feature。