From 9ff5d29e3872f6965f09ad183bcf7c580f8d0461 Mon Sep 17 00:00:00 2001 From: Danny Garside Date: Mon, 30 Mar 2026 16:23:57 +0100 Subject: [PATCH] Update guidance on version numbers in bug.yml (#2872) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 83029cd00..11767495e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -28,7 +28,7 @@ body: - type: input attributes: label: App version - description: Specify the application version (e.g. 0.7.8). If your version is 8.0.0 it means you are using the old application. You should [download the new one](https://lichess.org/mobile). + description: Specify the application version (e.g. 0.22.7). If your version is 8.0.0 it means you are using [the old application](https://github.com/lichess-org/lichobile). You should [download the new one](https://lichess.org/mobile). validations: required: true - type: input