From baecfb7a13bbb3c8b63fa8d60ad829c1d9ece513 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 10 Jun 2023 08:06:29 -0400 Subject: [PATCH] Update extension_report.yml --- .github/ISSUE_TEMPLATE/extension_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/extension_report.yml b/.github/ISSUE_TEMPLATE/extension_report.yml index d229b8b72..31388e2ad 100644 --- a/.github/ISSUE_TEMPLATE/extension_report.yml +++ b/.github/ISSUE_TEMPLATE/extension_report.yml @@ -35,13 +35,15 @@ body: Enabled extensions-builtin: [...] Enabled extensions: [...] ``` - - type: textarea + - type: input id: url attributes: label: URL link of the extension description: URL link of the extension value: - - type: textarea + validations: + required: true + - type: input id: issue attributes: label: URL link of the issue reported in the extension repository