From 2cbf3af759e6176a212ef0f2f1ca34cc57d1bf69 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 16 May 2024 13:17:43 -0700 Subject: [PATCH] docs: add example command for driver/plugin versions (#20098) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7105544e9..f9f6747ec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -61,8 +61,8 @@ body: value: | - Operating system: - Appium server version (output of `appium --version`): - - Appium driver(s) and their version(s): - - Appium plugin(s) and their version(s): + - Appium driver(s) and their version(s) (`appium driver list`): + - Appium plugin(s) and their version(s) (`appium plugin list`): - Node.js version (output of `node --version`): - `npm` version (output of `npm --version`): - Last component(s) version which did _not_ exhibit the problem: