From e4b0ee067251e1ed5c04450c47897bc5939ee6f3 Mon Sep 17 00:00:00 2001 From: Merikei <73759842+Merikei@users.noreply.github.com> Date: Wed, 24 Dec 2025 23:00:37 +0000 Subject: [PATCH] Update version description in bug.yml Fixes #5228 --- .github/ISSUE_TEMPLATE/bug.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6f010aa6..8fdbcff2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -44,7 +44,10 @@ body: id: version attributes: label: What version of WLED? - description: You can find this in by going to Config -> Security & Updates -> Scroll to Bottom. Copy and paste the entire line after "Server message" + description: |- + Find this by going to ⚙️ ConfigSecurity & Updates → Scroll to Bottom. + Copy and paste the rest of the line that begins “Installed version: ”, + or, for older versions, the entire line after “Server message”. placeholder: "e.g. WLED 0.13.1 (build 2203150)" validations: required: true