From 0331cd154b69d6efa432a1f2aaf00580418683c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 24 Mar 2025 14:59:10 +0100 Subject: [PATCH] Update 01_bug_report.yml (#18513) --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 47f6fe038d..54cfaca84e 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -6,8 +6,8 @@ body: - type: input id: "version" attributes: - label: "Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)" - description: "Use the help icon in the Umbraco backoffice to find the version you're using" + label: "Which Umbraco version are you using?" + description: "Please write the *exact* version, example: `10.1.0`. Use the help icon in the Umbraco backoffice to find the version you're using" validations: required: true - type: textarea