Skip to content

Commit 711c448

Browse files
authored
Update query_issue.yml
1 parent ff5b04c commit 711c448

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/query_issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,23 @@ body:
2727
attributes:
2828
label: JSON
2929
placeholder: "{}"
30+
render: JSON
3031
validations:
3132
required: true
3233
- type: textarea
3334
id: expected
3435
attributes:
3536
label: Expected Result
3637
placeholder: "[]"
38+
render: JSON
3739
validations:
3840
required: true
3941
- type: textarea
4042
id: actual
4143
attributes:
4244
label: Actual Result
4345
placeholder: "[]"
46+
render: JSON
4447
validations:
4548
required: true
4649
- type: dropdown

0 commit comments

Comments
 (0)