This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
226 additions
and
166 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,112 @@ | ||
name: Bug 报告 | ||
description: 提交 Bug 以帮助我们提高应用体验 | ||
title: "[Bug] 我的标题" | ||
assignees: Richasy | ||
labels: | ||
- "bug 🐛" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## 写在开头 | ||
🚨 请务必完整填写下面的内容,如果缺少必要的信息,开发者可能会在未调查的情况下直接关闭问题 🚨 | ||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Bug 描述 | ||
description: 请简短的描述你遇到的问题 | ||
- type: textarea | ||
id: repro-steps | ||
validations: | ||
required: true | ||
attributes: | ||
label: 复现问题的步骤 | ||
render: plain text | ||
description: 请提供复现问题的步骤,如果不能,请写明原因 | ||
placeholder: | | ||
干净清晰的复现步骤有助于开发者更快定位问题所在,你所遇到的问题也会获得更高的优先级. | ||
示例步骤: | ||
1. 打开应用 | ||
2. 进入 '...' | ||
3. 点击 '....' | ||
4. 滚动至 '....' | ||
5. 发现问题 | ||
- type: textarea | ||
id: expected-behavior | ||
validations: | ||
required: true | ||
attributes: | ||
label: 预期行为 | ||
description: 简要描述你希望看到什么样的结果 | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: 截图 | ||
description: 如果可以,提交截图更有助于我们分析问题 | ||
- type: checkboxes | ||
id: environment-package-source | ||
attributes: | ||
label: 应用来源 | ||
description: 你是从哪里下载的哔哩呢? | ||
options: | ||
- label: Microsoft Store | ||
- label: Github | ||
- label: 其它 | ||
- type: input | ||
id: environment-package-other-source | ||
attributes: | ||
label: 其它来源 | ||
description: 如果你是从其它地方下载的哔哩,请注明来源 | ||
- type: checkboxes | ||
id: environment-app-target-version | ||
attributes: | ||
label: 系统版本 | ||
description: 选择一个你发现问题的系统版本 | ||
options: | ||
- label: Windows 10 1809 (Build 17763) | ||
- label: Windows 10 1903 (Build 18362) | ||
- label: Windows 10 1909 (Build 18363) | ||
- label: Windows 10 2004 (Build 19041) | ||
- label: Windows 10 20H2 (Build 19042) | ||
- label: Windows 10 21H1 (Build 19043) | ||
- label: Windows 11 21H2 (Build 22000) | ||
- label: 其它 (需注明) | ||
- type: input | ||
id: environment-app-target-other-version | ||
attributes: | ||
label: 其它系统版本 | ||
description: 如果你是在特别的系统版本中运行应用,请注明系统版本 | ||
- type: dropdown | ||
id: form-factor | ||
attributes: | ||
multiple: true | ||
label: 运行设备 | ||
description: 选择你当前运行哔哩的设备类型 | ||
options: | ||
- 桌面/台式机 | ||
- 桌面/平板或笔记本 | ||
- Xbox | ||
- ARM64 设备 | ||
- type: textarea | ||
id: log-info | ||
attributes: | ||
label: 日志记录 | ||
description: 请在应用设置中打开 日志记录 面板,打开日志文件夹,选取问题发生当日的日志记录作为 Issue 的附件上传 | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: 备注 | ||
description: 添加你认为有必要的信息 | ||
|
||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: 人人为我,我为人人 | ||
description: 哔哩变得更好,我们所有参与者都将受益,如果可以的话,你是否愿意帮忙解决这个问题? | ||
options: | ||
- 是的,我希望我的代码出现在哔哩中 | ||
- 我更擅长发现问题 |
This file was deleted.
Oops, something went wrong.
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,55 @@ | ||
name: 文档修改 | ||
description: 关于文档的建议或问题 | ||
title: "[Doc] 我的标题" | ||
labels: | ||
- "文档 📃" | ||
assignees: Richasy | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## 写在开头 | ||
🚨 请务必完整填写下面的内容,如果缺少必要的信息,开发者可能会在未调查的情况下直接关闭问题 🚨 | ||
- type: textarea | ||
id: problem-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: 问题描述 | ||
description: 描述当前文档存在的问题 | ||
placeholder: | | ||
请描述你遇到的问题,以及为什么会对你造成困扰 | ||
- type: textarea | ||
id: expect-document | ||
validations: | ||
required: true | ||
attributes: | ||
label: 预期内容 | ||
description: 说说对于该问题, 你预期的文档内容是怎样的 | ||
placeholder: | | ||
尽量清晰地描述你所预期的文档内容,这有助于开发者做出符合你预期的修改 | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: 对应文档 | ||
description: 如果文档已存在,请添加文档链接 | ||
placeholder: | | ||
![文档名称](文档链接) | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: 附加信息 | ||
description: 添加一些你认为有必要的备注信息,或者展示一些能表现你思路的草图 | ||
|
||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: 人人为我,我为人人 | ||
description: 哔哩变得更好,我们所有参与者都将受益,你是否愿意帮助完善文档? | ||
options: | ||
- 是的,我希望其他人看到我写的文档 | ||
- 我还没想好 |
This file was deleted.
Oops, something went wrong.
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,57 @@ | ||
name: 功能需求 | ||
description: 给项目提供建议或点子 | ||
title: "[Feature] 我的标题" | ||
labels: | ||
- "功能 💡" | ||
assignees: Richasy | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## 写在开头 | ||
🚨 请务必完整填写下面的内容,如果缺少必要的信息,开发者可能会在未调查的情况下直接关闭问题 🚨 | ||
- type: textarea | ||
id: problem-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: 问题描述 | ||
description: 描述你想要解决的问题或者功能的使用场景 | ||
placeholder: | | ||
请描述你遇到的问题或者链接到已存在的 issue. | ||
从用户故事 (User Story) 开始, 简明扼要的说明该功能的适用场景。 | ||
说明当前应用在没有该功能情况下对你造成了哪些困扰,而有了这项功能后又能为用户创造怎样的价值 | ||
- type: textarea | ||
id: solution-description | ||
validations: | ||
required: true | ||
attributes: | ||
label: 描述解决方案 | ||
description: 说说对于该问题, 你预期的解决方案是怎样的 | ||
placeholder: | | ||
尽量清晰地描述你所预期的解决方案,它会以怎样的方式解决你所遇到的问题,这有助于开发者做出符合你预期的更新 | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: 备选方案 | ||
description: 问题的解决方法不止一种,也许你有一个退而求其次的方案 | ||
placeholder: | | ||
当前一种解决方案难以实现时,你是否考虑了其他的替代方案?是否有一个最低的,可接受的实现目标? | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: 附加信息 | ||
description: 添加一些你认为有必要的备注信息,或者展示一些能表现你思路的草图 | ||
|
||
- type: dropdown | ||
id: contribution | ||
attributes: | ||
label: 人人为我,我为人人 | ||
description: 哔哩变得更好,我们所有参与者都将受益,如果可以的话,你是否愿意帮忙解决这个问题? | ||
options: | ||
- 是的,我希望我的代码出现在哔哩中 | ||
- 提出问题就是我对哔哩的期许 |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.