Skip to content

Commit a5ca79e

Browse files
committed
Add javascript as render option
1 parent ae7f598 commit a5ca79e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ body:
8888
attributes:
8989
label: Relevant log output
9090
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
91-
render: shell
91+
render: javascript
9292
validations:
9393
required: true
9494
- type: textarea
9595
id: reproduce-code
9696
attributes:
9797
label: Code to reproduce issue
9898
description: Please copy and paste any relevant code here to reproduce the problem or links to code to reproduce it.
99-
render: shell
99+
render: javascript
100100
validations:
101101
required: true

0 commit comments

Comments
 (0)