This commit is contained in:
ShirosakiMio 2024-08-24 12:02:30 +08:00
commit b64d8cea91
2 changed files with 81 additions and 30 deletions

View File

@ -1,74 +1,110 @@
name: Bug Feedback name: Bug Feedback / 错误反馈
description: description:
Report a bug. Report a bug. 报告错误。
labels: bug labels: bug
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please ensure you are using the **latest bata version** before you submit, you can get the latest beta version by checking update in launcher setting page. Please ensure you are using the **latest bata version** before you submit, you can get the latest beta version by checking update in launcher setting page.
请确认在你提交之前你使用的是最新版本,你可以在启动器的设置页内通过检测更新获取最新版本。
Please confirm that the question you are asking is not related to modpacks.If you ask about modpacks, we will directly delete it.
请确认你询问的不是整合包相关的问题。如果你询问整合包相关问题,我们会直接删除。
To improve communication efficiency, we suggest you join our community to report bugs. To improve communication efficiency, we suggest you join our community to report bugs.
为了提高交流效率,我们建议你加入我们的社区报告错误。
You can find our community in community page of the launcher. You can find our community in community page of the launcher.
你可以在启动器的社区页内找到我们的社区。
- type: checkboxes
id: checks
attributes:
label: Before making issue / 在发布提问之前...
options:
- label: I have read the content above.我已经阅读了上方的内容。
required: true
- label: I understand what I'm asking is not about modpack.我明白我询问的不是整合包相关的问题。
required: true
- label: I have searched for existing issues.我已经搜索了现有的 issues。
required: true
- label: I have tried switching renderer.我已经尝试过切换渲染器。
- type: input - type: input
id: fcl-version id: fcl-version
attributes: attributes:
label: Launcher Version label: Launcher Version / 启动器版本
description: Please enter the Fold Craft Launcher version you are using. description: |
placeholder: e.g. 1.0.1 Please enter the Fold Craft Launcher version you are using.
请输入你正在使用的Fold Craft Launcher版本。
placeholder: e.g. 1.0.1 / 例如1.0.1
validations: validations:
required: true required: true
- type: input - type: input
id: device id: device
attributes: attributes:
label: Device Information label: Device Information / 设备信息
description: Please enter the information of the device on which you encountered the bug. description: |
Please enter the information of the device on which you encountered the bug.
请输入你遇到错误的设备的信息。
placeholder: e.g. OPPO Find X3 Pro, Android 13, arm64 placeholder: e.g. OPPO Find X3 Pro, Android 13, arm64
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: bug-report id: bug-report
attributes: attributes:
label: Problem Description label: Problem Description / 问题描述
description: Please describe the problem in as much detail as possible, especially how you encountered this bug. description: |
Please describe the problem in as much detail as possible, especially how you encountered this bug.
请尽可能详细地描述问题特别是你是如何遇到这个bug的。
validations: validations:
required: true required: true
- type: input - type: input
id: java-version id: java-version
attributes: attributes:
label: Java label: Java
description: Please enter the version of Java you are using. description: |
Please enter the version of Java you are using.
请输入你正在使用的Java版本。
placeholder: e.g. Java 17 placeholder: e.g. Java 17
- type: input - type: input
id: renderer id: renderer
attributes: attributes:
label: Renderer label: Renderer / 渲染器
description: Please enter the renderer you are using. description: |
Please enter the renderer you are using.
请输入你正在使用的渲染器。
placeholder: e.g. Holy-GL4ES placeholder: e.g. Holy-GL4ES
- type: input - type: input
id: game-version id: game-version
attributes: attributes:
label: Game Version label: Game Version / 游戏版本
description: If you are having trouble launching a game that was automatically downloaded through the Fold Craft Launcher, please enter the version of the game you are launching. description: |
If you are having trouble launching a game that was automatically downloaded through the Fold Craft Launcher, please enter the version of the game you are launching.
如果你在启动通过Fold Craft Launcher自动下载的游戏时遇到问题请输入你要启动的游戏版本。
placeholder: e.g. 1.19 placeholder: e.g. 1.19
- type: input - type: input
id: game-modify id: game-modify
attributes: attributes:
label: Modifications Made to the Game label: Modifications Made to the Game / 对游戏所做的修改
description: If you have OptiFine, Forge, or other mods installed for the game, please enter your modifications below. description: |
If you have OptiFine, Forge, or other mods installed for the game, please enter your modifications below.
如果你为游戏安装了OptiFine、Forge或其他模组请在下面输入你的修改。
placeholder: e.g. OptiFine HD_U_G9, Rift placeholder: e.g. OptiFine HD_U_G9, Rift
- type: textarea - type: textarea
id: game-crash-report id: game-crash-report
attributes: attributes:
label: Game Crash Report label: Game Crash Report / 游戏崩溃报告
description: If there is a game crash report, please upload it below. description: |
If there is a game crash report, please upload it(file) below.
如果有游戏崩溃报告,请在下面上传(文件)。
- type: textarea - type: textarea
id: fcl-crash-report id: fcl-crash-report
attributes: attributes:
label: Launcher Crash Report label: Launcher Crash Report / 启动器崩溃报告
description: If there is a launcher crash report, please upload it below. description: |
If there is a launcher crash report, please upload it(file) below.
如果有启动器崩溃报告,请在下面上传(文件)。
- type: textarea - type: textarea
id: fcl-logs id: fcl-logs
attributes: attributes:
label: Launcher Log File label: Launcher Log File / 启动器日志文件
description: After encountering a problem, please click "Export Launcher Log" in the launcher setting page, and upload the exported log to the input field below. description: |
After encountering a problem, please click "Export Launcher Log" in the launcher setting page, and upload the exported log to the input field below.
遇到问题后,请在启动器设置页面中单击“导出启动器日志”,并将导出的日志上传到下面的输入字段。

View File

@ -1,21 +1,36 @@
name: "Feature Request" name: Feature Request / 功能请求
description: "Propose new features for Fold Craft Launcher" description: |
Propose new features for Fold Craft Launcher.
为Fold Craft Launcher提出新功能。
labels: feature request labels: feature request
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: "Make sure to check the issues list for duplicates before submitting!" value: |
Make sure to check the issues list for duplicates before submitting!
提交前,请务必检查问题列表中的重复项!
- type: checkboxes
id: checks
attributes:
label: Before making issue / 在发布提问之前...
options:
- label: I understand this is a request, not a wish.我明白这是在提出请求而不是在许愿。
required: true
- type: textarea - type: textarea
id: "feature" id: "feature"
attributes: attributes:
label: Description label: Description / 描述
description: "Describe in detail the new features you would like to add." description: |
Describe in detail the new features you would like to add.
详细描述你要添加的新功能。
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: "reason" id: "reason"
attributes: attributes:
label: Why label: Why / 原因
description: "Describe the benefits of this feature and why." description: |
Describe the benefits of this feature and why.
描述此功能的好处及其原因。
validations: validations:
required: true required: true