-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
【更新】v0.13.9
- Loading branch information
Showing
54 changed files
with
5,784 additions
and
8,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,53 @@ | ||
name: 🐛 Bug 反馈 | ||
description: 遇到的任何问题都可以反馈! | ||
labels: ["Bug"] | ||
title: "【BUG】" | ||
body: | ||
|
||
- type: dropdown | ||
attributes: | ||
label: 出现位置 | ||
description: 你可以在此处指出该 Bug 出现于本项目的哪个位置。 | ||
options: | ||
- 构建过程(Node) | ||
- 生产模式页面(Browser) | ||
- 开发模式页面(Browser) | ||
- 操作逻辑 | ||
- 其它,请在后续详细补充 | ||
validations: | ||
labels: ['Bug'] | ||
title: '【BUG】' | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: 出现位置 | ||
description: 你可以在此处指出该 Bug 出现于本项目的哪个位置。 | ||
options: | ||
- 构建过程(Node) | ||
- 生产模式页面(Browser) | ||
- 开发模式页面(Browser) | ||
- 操作逻辑 | ||
- 其它,请在后续详细补充 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: 项目版本 | ||
description: 你可以在此处输入 Bug 出现时项目的版本。若不填写则默认为 `dev` 分支最新版本。 | ||
placeholder: 格式为“包版本@hash (Build 构建数)” | ||
- type: input | ||
attributes: | ||
label: 项目版本 | ||
description: 你可以在此处输入 Bug 出现时项目的版本。若不填写则默认为 `dev` 分支最新版本。 | ||
placeholder: 格式为“包版本@hash (Build 构建数)” | ||
|
||
- type: textarea | ||
attributes: | ||
label: 具体表现 | ||
description: 你可以在此处描述该问题出现的具体情况,包括但不限于复现步骤、报错时的提示或日志等等。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 具体表现 | ||
description: 你可以在此处描述该问题出现的具体情况,包括但不限于复现步骤、报错时的提示或日志等等。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 预期表现 | ||
description: 你可以在此处描述你所希望的发生情形。 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 预期表现 | ||
description: 你可以在此处描述你所希望的发生情形。 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: 该 Bug 的优先级 | ||
description: 你可以在此处表述你希望该 Bug 得到开发者注意的优先级怎么样。 | ||
options: | ||
- 高 | ||
- 中 | ||
- 低 | ||
- type: dropdown | ||
attributes: | ||
label: 该 Bug 的优先级 | ||
description: 你可以在此处表述你希望该 Bug 得到开发者注意的优先级怎么样。 | ||
options: | ||
- 高 | ||
- 中 | ||
- 低 | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: 提交 Issue 前须知 | ||
options: | ||
- label: 我已经查看近期 Issues(包含 Open 和 Closed),未发现已存在此 Issue 或相似/同类型的 Issue。 | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: 提交 Issue 前须知 | ||
options: | ||
- label: 我已经查看近期 Issues(包含 Open 和 Closed),未发现已存在此 Issue 或相似/同类型的 Issue。 | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,41 @@ | ||
name: 🚀 新功能提议 | ||
description: 想要啥新功能都可以建议! | ||
labels: ["Feature"] | ||
title: "【FEAT】" | ||
body: | ||
labels: ['Feature'] | ||
title: '【FEAT】' | ||
body: | ||
- type: dropdown | ||
attributes: | ||
label: 类型 | ||
description: 你可以在此处指出你想要的功能隶属于哪个类别。 | ||
options: | ||
- UI & 设计 | ||
- 独立页面(如版本页面) | ||
- 页内大版面组件 | ||
- 页内小部件 | ||
- 操作逻辑 | ||
- 其它,请在后续详细补充 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: 类型 | ||
description: 你可以在此处指出你想要的功能隶属于哪个类别。 | ||
options: | ||
- UI & 设计 | ||
- 独立页面(如版本页面) | ||
- 页内大版面组件 | ||
- 页内小部件 | ||
- 操作逻辑 | ||
- 其它,请在后续详细补充 | ||
validations: | ||
- type: textarea | ||
attributes: | ||
label: 具体要求 | ||
description: 你可以在此处描述你希望增加的功能的具体信息。 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: 具体要求 | ||
description: 你可以在此处描述你希望增加的功能的具体信息。 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: 该请求的优先级 | ||
description: 你可以在此处表述你希望该功能请求得到注意的优先级怎么样。 | ||
options: | ||
- 高 | ||
- 中 | ||
- 低 | ||
- type: dropdown | ||
attributes: | ||
label: 该请求的优先级 | ||
description: 你可以在此处表述你希望该功能请求得到注意的优先级怎么样。 | ||
options: | ||
- 高 | ||
- 中 | ||
- 低 | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: 提交 Issue 前须知 | ||
options: | ||
- label: 我已经查看近期 Issues(包含 Open 和 Closed),未发现已存在此 Issue 或相似/同类型的 Issue。 | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: 提交 Issue 前须知 | ||
options: | ||
- label: 我已经查看近期 Issues(包含 Open 和 Closed),未发现已存在此 Issue 或相似/同类型的 Issue。 | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"tabWidth": 3, | ||
"semi": false, | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] | ||
"recommendations": ["Vue.volar"] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.