From 0d0329060dbe8df565af0a96f091feb85c5d7a16 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 14 Sep 2023 14:18:04 +0200 Subject: [PATCH] Update BUILD_ERROR.yml --- .github/ISSUE_TEMPLATE/BUILD_ERROR.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml index 7e3ad8f..7885303 100644 --- a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml +++ b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml @@ -48,12 +48,15 @@ body: - 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. Note: If you don't try to build the example app, I most likely won't help you with your issue." + 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: - Yes - No - - "I didn't try (your issue might get ignored & closed if you don't try this)" + - > + I didn't try (your issue might get ignored & closed if you don't try this) validations: required: true - type: checkboxes