Update BUG_REPORT.yml
This commit is contained in:
parent
18c7034b50
commit
b574c8657e
13
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
13
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@ -101,12 +101,19 @@ body:
|
|||||||
placeholder: ex. 3.1.6
|
placeholder: ex. 3.1.6
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Can you reproduce this issue in the VisionCamera Example app?
|
label: Can you reproduce this issue in the VisionCamera Example app?
|
||||||
description: Run the example app (`package/example/`) and see if the issue is reproduceable here.
|
description: >
|
||||||
|
Try to build the example app (`package/example/`) and see if the issue is reproduceable here.
|
||||||
|
**Note:** If you don't try this in the example app, I most likely won't help you with your issue.
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- label: I can reproduce the issue in the VisionCamera Example app.
|
- Yes, I can reproduce the same issue in the Example app here
|
||||||
|
- No, I cannot reproduce the issue in the Example app
|
||||||
|
- I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
Loading…
Reference in New Issue
Block a user