fix(bug): correct /about command in bug report template (#7235)

This commit is contained in:
Allen Hutchison
2025-08-27 11:28:50 -07:00
committed by GitHub
parent f0146c8b85
commit f2092b1ebc

View File

@@ -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: |-
<details>
<summary>Client Information</summary>
Run `gemini` to enter the interactive CLI, then run the `/about` command.
```console
$ gemini /about
> /about
# paste output here
```