Skip to content

Commit 2f249e5

Browse files
committed
add integration dropdown
1 parent f1930c1 commit 2f249e5

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ body:
2727
required: true
2828
- label: I have checked for Pull Requests that might already address this issue.
2929
required: true
30+
- type: dropdown
31+
id: integrations
32+
attributes:
33+
label: "Affected Integration(s)"
34+
description: What Integration(s) are you experiencing the problem with?
35+
multiple: true
36+
options:
37+
- BetterPerspective
38+
- VoiceChat
39+
- Other (please specify in the additional information text field at the bottom)
40+
validations:
41+
required: true
3042
- type: dropdown
3143
id: platform
3244
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact_links:
55
about: Issues on this repository are only for integrations of the LabyMod 4 Server API. For the LabyMod 4 Server API itself, please use the following link.
66
- name: Need Help?
77
url: https://labymod.net/dc/dev
8-
about: Join our Discord server to ask for help regarding the LabyMod 4 Server API.
8+
about: Join our Discord Server for Developers to ask for help regarding the LabyMod 4 Server API.
99
- name: LabyMod Developer Portal
1010
url: https://wiki.labymod.net/
1111
about: Check out our Developer Portal to understand the LabyMod 4 Server API better.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ body:
2525
required: true
2626
- label: I have checked for Pull Requests that might already address this issue.
2727
required: true
28+
- type: dropdown
29+
id: integrations
30+
attributes:
31+
label: "Affected Integration(s)"
32+
description: What Integration(s) are you requesting the feature for?
33+
multiple: true
34+
options:
35+
- BetterPerspective
36+
- VoiceChat
37+
- Other (please specify in the text field below)
38+
validations:
39+
required: true
2840
- type: textarea
2941
attributes:
3042
label: "Feature Request"

0 commit comments

Comments
 (0)