Skip to content

Commit 5411998

Browse files
authored
Merge pull request #7 from resonix-dev/builtbyjonas-patch-1
Fix bug report template modal resolver dropdown error
2 parents 3b30cfd + f39b236 commit 5411998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
attributes:
2525
label: Resolver enabled
2626
options: ["yes", "no", "unknown"]
27-
default: "yes"
27+
default: 0
2828
- type: textarea
2929
id: config
3030
attributes:
@@ -50,3 +50,4 @@ body:
5050
description: Relevant server logs around the time of the issue
5151
render: text
5252

53+

0 commit comments

Comments
 (0)