Update discussion template

This commit is contained in:
the1812 2023-06-03 10:52:04 +08:00
parent 5b155e58d1
commit abaffc348e
3 changed files with 18 additions and 0 deletions

View File

@ -2,6 +2,12 @@
"title": "功能建议",
"labels": [],
"body": [
{
"type": "markdown",
"attributes": {
"value": "默认您已阅读 [常见问题解答](https://github.com/the1812/Bilibili-Evolved/discussions/1301)\n请勿重复发起, 发之前记得搜索一下. 如果需要反馈 Bug, 请前往 [Issues](https://github.com/the1812/Bilibili-Evolved/issues) 发起.\n"
}
},
{
"type": "textarea",
"id": "description",

View File

@ -1,6 +1,11 @@
title: 功能建议
labels: []
body:
- type: markdown
attributes:
value: |
默认您已阅读 [常见问题解答](https://github.com/the1812/Bilibili-Evolved/discussions/1301)
请勿重复发起, 发之前记得搜索一下. 如果需要反馈 Bug, 请前往 [Issues](https://github.com/the1812/Bilibili-Evolved/issues) 发起.
- type: textarea
id: description
attributes:

7
.vscode/tasks.json vendored
View File

@ -108,6 +108,13 @@
"problemMatcher": [],
"label": "功能:编译所有 prod:build-features"
},
{
"type": "shell",
"command": "pnpm build-github-config",
"group": "build",
"problemMatcher": [],
"label": "功能:生成 GitHub 配置 prod:build-github-config"
},
{
"type": "shell",
"command": "pnpm webpack --config ./registry/webpack/docs.ts --progress",