From f2092b1ebc68864e2d211fa8c4ff5030cdb77370 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Wed, 27 Aug 2025 11:28:50 -0700 Subject: [PATCH] fix(bug): correct /about command in bug report template (#7235) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1780f945..b23ea570 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,9 +34,12 @@ body: description: 'Please paste the full text from the `/about` command run from Gemini CLI. Also include which platform (macOS, Windows, Linux).' value: |-
+ Client Information + + Run `gemini` to enter the interactive CLI, then run the `/about` command. ```console - $ gemini /about + > /about # paste output here ```