Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for issue templates #77

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 问题回报
description: 创建一个问题回报
title: "[Bug]: <title>"
labels: ["问题反映/修复", "求助"]
projects: ["eric2788/4"]
body:
- type: checkboxes
attributes:
Expand All @@ -16,28 +15,28 @@ body:
attributes:
label: 问题描述
description: 清楚简明扼要地描述你所遇到的问题
Tip: 可以添加图片或其他文件作为补充
placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
id: expected-result
attributes:
label: 期望结果
description: 描述一下正常的时候理应出现的结果是如何?
Tip: 可以添加图片或其他文件作为补充
placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: 复现步骤
description: 请提供详细的复现步骤
Tip: 可以添加图片或其他文件作为补充
placeholder: |
1. 进入 '...'
2. 点进 '....'
3. 打开 '....'
4. 无法使用
(可以添加图片或其他文件作为补充)
validations:
required: true
- type: input
Expand All @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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: 如果你认为现有资源无法解答你的问题,你可以直接联系作者
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: 功能请求
description: 创建一个功能请求
title: "[功能请求]: <title>"
labels: ["功能请求/增強"]
projects: ["eric2788/4"]
body:
- type: textarea
id: feature
attributes:
label: 功能描述
description: 请描述你所希望的功能是什么?
Tip: 可以添加图片或其他文件作为补充
placeholder: 可以添加图片或其他文件作为补充
validations:
required: true
- type: textarea
Expand All @@ -19,7 +18,7 @@ body:
description: 请描述为什么你需要这个功能?
placeholder: |
e.g. 我经常需要在 '...' 时做 '....',但是现在无法做到
Tip: 可以添加图片或其他文件作为补充
(可以添加图片或其他文件作为补充)
validations:
required: true
- type: textarea
Expand Down