Skip to content
Open
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,33 @@ body:
* Your launcher is the **latest nightly build**. You can download the latest nightly build from [GitHub Actions](https://github.com/HMCL-dev/HMCL/actions/workflows/gradle.yml?query=branch%3Amain+event%3Apush) or [nightly.link](https://nightly.link/HMCL-dev/HMCL/workflows/gradle/main).

If your issue does not fall into the above two categories, you can choose another type of issue or directly go to the [QQ group](https://docs.hmcl.net/groups.html) or [Discord server](https://discord.gg/jVvC7HfM6U) for help.
- type: dropdown
id: operating-system
attributes:
label: 操作系统 | Operating System
description: |
请提供你所使用的操作系统,如果没有与你系统相匹配的选项请选择 `universal` 并在操作系统完整名称中填写详细信息。
Please provide the operating system you are using. If no matching option is available, select `universal` and specify your operating system in detail in the "Operating System Full Name" field.
options:
- windows
- linux
- macos
- freebsd
- universal
- type: input
id: operating-system-full-name
attributes:
label: 操作系统完整名称 | Operating System Full Name
description: |
请提供你所使用的操作系统完整名称。
Please provide the version of the operating system full name you are using.
placeholder: Windows11 25H2 / 10.0.26200.8039
- type: input
id: version
attributes:
label: 客户端版本 | Client Version
description: 请提供你所使用的客户端版本。| Please provide the version of the client you are using.
placeholder: 3.13.0.334
- type: textarea
id: bug-report
attributes:
Expand Down