Update BUG_REPORT.yml
This commit is contained in:
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@@ -49,8 +49,9 @@ body:
|
|||||||
Paste the JSON Camera `device` that was used here.
|
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.
|
Make sure to leave out the `formats` prop as that is too long for the issue.
|
||||||
|
|
||||||
```ts
|
```
|
||||||
device.formats = undefined
|
device.formats = undefined
|
||||||
|
|
||||||
console.log(JSON.stringify(device, null, 2))
|
console.log(JSON.stringify(device, null, 2))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user