diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yml
similarity index 85%
rename from .github/ISSUE_TEMPLATE/bug-report.yaml
rename to .github/ISSUE_TEMPLATE/bug-report.yml
index db38fffe..aa2db676 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -2,7 +2,6 @@ name: 问题回报
description: 创建一个问题回报
title: "[Bug]:
"
labels: ["问题反映/修复", "求助"]
-projects: ["eric2788/4"]
body:
- type: checkboxes
attributes:
@@ -16,7 +15,7 @@ body:
attributes:
label: 问题描述
description: 清楚简明扼要地描述你所遇到的问题
- Tip: 可以添加图片或其他文件作为补充
+ placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
@@ -24,7 +23,7 @@ body:
attributes:
label: 期望结果
description: 描述一下正常的时候理应出现的结果是如何?
- Tip: 可以添加图片或其他文件作为补充
+ placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
@@ -32,12 +31,12 @@ body:
attributes:
label: 复现步骤
description: 请提供详细的复现步骤
- Tip: 可以添加图片或其他文件作为补充
placeholder: |
1. 进入 '...'
2. 点进 '....'
3. 打开 '....'
4. 无法使用
+ (可以添加图片或其他文件作为补充)
validations:
required: true
- type: input
@@ -52,19 +51,21 @@ body:
id: other-browsers
attributes:
label: 其他浏览器上的复现
- description: 除了你所使用的浏览器外,你还有在其他浏览器上复现了这个问题吗?
+ description: 除了你所使用的浏览器外,你还有在其他浏览器上复现了这个问题吗?
multiple: true
options:
- Chrome
- Microsoft Edge
- Opera
- Brave
- - type: inpput
+ - type: input
id: extension-version
attributes:
label: 扩展版本
description: 你所使用的扩展版本?
placeholder: e.g. 2.0.0
+ validations:
+ required: true
- type: textarea
id: logs
attributes:
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..def0cbf4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: 其他讨论
+ url: https://github.com/eric2788/bilibili-vup-stream-enhancer/discussions
+ about: 如你的问题并非基于bug或功能请求,你可以在讨论区提出
+ - name: 联络作者
+ url: https://t.me/eric1008818
+ about: 如果你认为现有资源无法解答你的问题,你可以直接联系作者
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yml
similarity index 84%
rename from .github/ISSUE_TEMPLATE/feature-request.yaml
rename to .github/ISSUE_TEMPLATE/feature-request.yml
index c467131e..1de94bde 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -2,14 +2,13 @@ name: 功能请求
description: 创建一个功能请求
title: "[功能请求]: "
labels: ["功能请求/增強"]
-projects: ["eric2788/4"]
body:
- type: textarea
id: feature
attributes:
label: 功能描述
description: 请描述你所希望的功能是什么?
- Tip: 可以添加图片或其他文件作为补充
+ placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
@@ -19,7 +18,7 @@ body:
description: 请描述为什么你需要这个功能?
placeholder: |
e.g. 我经常需要在 '...' 时做 '....',但是现在无法做到
- Tip: 可以添加图片或其他文件作为补充
+ (可以添加图片或其他文件作为补充)
validations:
required: true
- type: textarea