fix(bug): correct /about command in bug report template (#7235)
This commit is contained in:
parent
f0146c8b85
commit
f2092b1ebc
1 changed files with 4 additions and 1 deletions
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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).'
|
description: 'Please paste the full text from the `/about` command run from Gemini CLI. Also include which platform (macOS, Windows, Linux).'
|
||||||
value: |-
|
value: |-
|
||||||
<details>
|
<details>
|
||||||
|
<summary>Client Information</summary>
|
||||||
|
|
||||||
|
Run `gemini` to enter the interactive CLI, then run the `/about` command.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ gemini /about
|
> /about
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue