Update BUG_REPORT.yml
This commit is contained in:
parent
907e7936d5
commit
c1a286e09c
4
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
4
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@ -48,10 +48,12 @@ body:
|
||||
description: >
|
||||
Paste the JSON Camera `device` that was used here.
|
||||
Make sure to leave out the `formats` prop as that is too long for the issue.
|
||||
```
|
||||
|
||||
```ts
|
||||
device.formats = undefined
|
||||
console.log(JSON.stringify(device, null, 2))
|
||||
```
|
||||
|
||||
This will be automatically formatted into code, so no need for backticks.
|
||||
render: json
|
||||
placeholder: >
|
||||
|
Loading…
Reference in New Issue
Block a user