From 90538d2535549b3c784ed8cecd850e5ac3f86b49 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 19 Aug 2025 19:13:52 +0200 Subject: [PATCH] chore: device input field for issue template (#21066) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1ac0e04332..9ed1be3655 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -64,6 +64,11 @@ body: - label: Web - label: Mobile + - type: input + attributes: + label: Device make and model + placeholder: Samsung S25 Android 16 + - type: textarea validations: required: true