mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix(bug): correct /about command in bug report template (#7235)
This commit is contained in:
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user