From ef0d3cb27928cf4acc089c85fd06e2a22d56347c Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 14 Sep 2023 14:15:32 +0200 Subject: [PATCH] Update BUILD_ERROR.yml --- .github/ISSUE_TEMPLATE/BUILD_ERROR.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml index 91d598b..88da5d7 100644 --- a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml +++ b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml @@ -45,12 +45,17 @@ body: - Linux validations: required: true - - type: checkboxes + - type: dropdown attributes: 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: - - 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 attributes: label: Additional information