Skip to content

Commit ff5b04c

Browse files
authored
Update query_issue.yml
1 parent 6ca10d0 commit ff5b04c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/query_issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ body:
2626
id: json
2727
attributes:
2828
label: JSON
29-
placeholder: {}
29+
placeholder: "{}"
3030
validations:
3131
required: true
3232
- type: textarea
3333
id: expected
3434
attributes:
3535
label: Expected Result
36-
placeholder: []
36+
placeholder: "[]"
3737
validations:
3838
required: true
3939
- type: textarea
4040
id: actual
4141
attributes:
4242
label: Actual Result
43-
placeholder: []
43+
placeholder: "[]"
4444
validations:
4545
required: true
4646
- type: dropdown

0 commit comments

Comments
 (0)