We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ee640 commit e9a8652Copy full SHA for e9a8652
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -26,6 +26,7 @@ body:
26
- label: I have searched for existing issues.我已经搜索了现有的 issues。
27
required: true
28
- label: I have tried switching renderer.我已经尝试过切换渲染器。
29
+ - label: I have tried switching launcher backend.我已经尝试过切换启动器后端。
30
- type: input
31
id: fcl-version
32
attributes:
@@ -55,6 +56,17 @@ body:
55
56
请尽可能详细地描述问题,特别是你是如何遇到这个bug的。
57
validations:
58
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
70
71
id: java-version
72
0 commit comments