Skip to content

Commit

Permalink
Merge pull request #77 from eric2788/develop
Browse files Browse the repository at this point in the history
Update for issue templates
  • Loading branch information
eric2788 authored Mar 14, 2024
2 parents 6e42fdf + e7097bd commit 4bccbbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
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

0 comments on commit 4bccbbe

Please sign in to comment.