From 4638929e86c5cbbdaf156c09bcfe14c23a285690 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 20 Apr 2025 21:46:29 +0200 Subject: [PATCH] Issue template: ask for firmware version (#13637) It wasn't in the old template, and I didn't think of it for #13633 See #13636 --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e8d777504..139737253 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,9 +39,9 @@ body: - type: input id: device-model attributes: - label: Model - description: Please specify your device model if applicable - placeholder: e.g., Kindle Paperwhite 4, Kobo Clara HD + label: Model and firmware version + description: Please specify your device model and firmware version if applicable + placeholder: e.g., Kindle Paperwhite 4 (5.16.3), Kobo Clara HD (4.38.23171) validations: required: false