Update BUILD_ERROR.yml
This commit is contained in:
parent
8f7683f98f
commit
ef0d3cb279
11
.github/ISSUE_TEMPLATE/BUILD_ERROR.yml
vendored
11
.github/ISSUE_TEMPLATE/BUILD_ERROR.yml
vendored
@ -45,12 +45,17 @@ body:
|
|||||||
- Linux
|
- Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Can you build the VisionCamera Example app?
|
label: Can you build the VisionCamera Example app?
|
||||||
description: Try to build 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 to build the example app, I most likely won't help you with your issue.
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- label: I can build the VisionCamera Example app.
|
- Yes
|
||||||
|
- No
|
||||||
|
- 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