Skip to content
Open
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
16 changes: 16 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# These are supported funding model platforms

# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# polar: # Replace with a single Polar username
# buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
# thanks_dev: # Replace with a single thanks.dev username

custom: ["https://wiki.bloret.net/zh/donate","https://afdian.com/a/bloret"]
94 changes: 94 additions & 0 deletions .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
name: Bug 反馈
description: 在使用 Bloret 启动器 的过程中遇到了 Bug。
labels: ["Bug"]
body:
- type: markdown
attributes:
value: |
感谢您进行 Bug 反馈。请起一个能够清晰描述您的问题的标题,便于开发者解决您的问题。

### 检查清单

在反馈此问题之前,请先确认一下事项是否满足:

1. 我已更新到最新版 ![GitHub Release](https://img.shields.io/github/v/release/BloretCrew/Fluent-QQ?include_prereleases),并看过[最新提交](https://github.com/BloretCrew/Fluent-QQ/commits)。
2. 我已在 [Issues](https://github.com/BloretCrew/Fluent-QQ/issues?q=label%3ABug) 中检索,确认这一 Bug 未被提交过。
3. 我已知晓并同意,此处仅用于汇报程序中存在的问题(关于其他非程序本身的问题应当在 Discussion 板块提出)。

- type: markdown
attributes:
value: |
## Bug 信息

描述您遇到的 Bug。您可以附上截图、录屏、堆栈跟踪、日志等材料,便于开发者追踪问题。

> [!WARNING]
> 若您要上传材料,请等待材料文件上传完成后再发布 Issue。
>
> 若显示为 `![Uploading 文件名]()` 即为上传中,请等待链接变动后再提交。

- type: dropdown
id: where-happened
attributes:
label: 问题发生的位置
options:
- 启动
- 主页
- 加载界面
- 下载
- 下载→核心
- 下载→选择版本文件夹
- 下载→选择版本
- 下载→选择镜像源
- 下载→下载完成后通知
- 下载→下载并安装
- 小工具
- 小工具→玩家UUID查询
- 小工具→玩家名字查询
- 小工具→玩家皮肤获取
- 小工具→玩家披风获取
- 通行证
- 通行证→账户名设定
- 设置
- 设置→检查版本更新
- 设置→主题切换
- 设置→加载图标切换
- 设置→日志存储
- 设置→清空日志
- 关于
- 其他
description: 选择问题发生的位置,以便于我们更好发现问题。
validations:
required: true

- type: textarea
id: excepted
attributes:
label: 请描述 Bug 内容
description: 详细的描述你期望发生的行为,突出与目前(可能不正确的)行为的不同。实际发生的行为,尽量包含如截图、录屏、文本描述等信息,便于开发者追踪问题。详细描述需要怎么操作才能再次触发这个 Bug,可包含如截图、录屏等附件。
validations:
required: false

- type: textarea
id: stacktrace
attributes:
label: 堆栈跟踪
description: 请将 log 文件夹下发生问题的那次 日志的内容复制到这里,便于开发者定位 Bug。(日志文件位于 `%appdata%\Fluent-QQ\log` ,即 `C:\Users\{用户名}\AppData\Roaming\Fluent-QQ\log` 下)
render: shell

- type: input
id: app_version
attributes:
label: 应用版本
description: 您当前使用的 Bloret 启动器 版本号,可以在【设置】中查看,若使用的是最新构建,请留空。
placeholder: 如:6.2
validations:
required: false

- type: input
id: os_version
attributes:
label: 操作系统版本
description: |
若您当前使用的操作系统为 Windows,可以运行 `winver.exe` 查看;其他系统的查询方式可上网查阅。
placeholder: 如:Windows 11
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/FeatureRequest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: 功能请求
description: 提出一项新的功能。
labels: ["New"]
body:
- type: markdown
attributes:
value: |
感谢您贡献您的想法。请起一个能够清晰概括此功能的标题,便于开发者了解您的想法。

> [!important]
> 重要:如果您想要提出 **多项功能**,请为每一个功能开一个 **单独** 的 issue。
### 检查清单
在提出建议之前,请先确认以下所有事项:

1. 我已更新到最新版 ![GitHub Release](https://img.shields.io/github/v/release/BloretCrew/Fluent-QQ?include_prereleases),并看过[最新提交](https://github.com/BloretCrew/Fluent-QQ/commits/main/),确认我想要的功能还没有实现。
2. 我已在 [Issues](https://github.com/BloretCrew/Fluent-QQ/issues?q=label:New) 中检索,确认这一类似的建议 **未被提交过**。
3. 我认为我想要的功能是用户广泛需要的,插件不能替代的,且没有超出 **软件本来** 的开发目标,而非 **超出与 Minecraft, Bloret 等服务与项目的内容** 。
4. 我已知晓由于开发者时间精力有限,我提交的功能请求可能需要比较久的时间才能实现。

- type: markdown
attributes:
value: |
### 新功能
描述您的新功能。您可以附上截图、录屏、堆栈跟踪、日志等材料,便于开发者进行开发。

> [!WARNING]
> 若您要上传材料,请等待材料文件上传完成后再发布Issue
>
> 若显示为`![Uploading 文件名]()`即为上传中,请等待链接变动后再提交。
- type: dropdown
id: where-want
attributes:
label: 需要改进的位置
options:
- 启动
- 主页
- 加载界面
- 下载
- 下载→核心
- 下载→选择版本文件夹
- 下载→选择版本
- 下载→选择镜像源
- 下载→下载完成后通知
- 下载→下载并安装
- 小工具
- 小工具→玩家UUID查询
- 小工具→玩家名字查询
- 小工具→玩家皮肤获取
- 小工具→玩家披风获取
- 通行证
- 通行证→账户名设定
- 设置
- 设置→检查版本更新
- 设置→主题切换
- 设置→加载图标切换
- 设置→日志存储
- 设置→清空日志
- 关于
- Bloriko - AI
- 其他
description: 选择需要改进的位置,以便于我们更好发现实现该功能。
validations:
required: true
- type: textarea
id: req
attributes:
label: 想要实现或优化的功能
description: 详细地描述一下你想要的功能,描述的越具体,采纳的可能性越高;也可以提供图片等附件,以使开发者更好理解您的意图。
validations:
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: 讨论区
url: https://github.com/BloretCrew/Fluent-QQ/discussions
about: 不确定的问题或建议,可以在这里进行讨论
- name: Bloret QQ 群
url: https://qm.qq.com/q/Q07CSpcP6i
about: 欢迎加入 百络谷 QQ群
- name: Fluent QQ Community
url: https://qm.qq.com/q/XSGZi9jd8C
about: Fluent QQ 专用讨论群
Loading
Loading