From f38ad6fe1decfdfce0199f1acdacfb0763b467ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:41:35 -0400 Subject: [PATCH] chore(issue-template): add ADB version field for bug-report --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 21b6faa..d00294e 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -62,6 +62,12 @@ body: label: Desktop Environment description: If relevant, please fill it placeholder: GNOME 46, KDE Plasma 4, etc... +- type: input + id: adb-v + attributes: + label: ADB version + description: If relevant, please fill it + placeholder: 1.0.41 - type: textarea id: logfiles attributes: