Skip to content

Commit e9a8652

Browse files
Add information about the launcher backend to the bug report template (#844)
* Update bug-report.yml * Update bug-report.yml (#1) * Update bug-report.yml * Update bug-report.yml
1 parent b3ee640 commit e9a8652

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ body:
2626
- label: I have searched for existing issues.我已经搜索了现有的 issues。
2727
required: true
2828
- label: I have tried switching renderer.我已经尝试过切换渲染器。
29+
- label: I have tried switching launcher backend.我已经尝试过切换启动器后端。
2930
- type: input
3031
id: fcl-version
3132
attributes:
@@ -55,6 +56,17 @@ body:
5556
请尽可能详细地描述问题,特别是你是如何遇到这个bug的。
5657
validations:
5758
required: true
59+
- type: dropdown
60+
id: launcher-backend
61+
attributes:
62+
label: Launcher Backend / 启动器后端
63+
description: |
64+
Please choose the launcher backend you are using.
65+
请选择你正在使用的启动器后端。
66+
multiple: true
67+
options:
68+
- Pojav
69+
- Boat
5870
- type: input
5971
id: java-version
6072
attributes:

0 commit comments

Comments
 (0)