update issue template

This commit is contained in:
奕桁
2025-08-01 19:14:10 +08:00
parent 2786f10e8c
commit 4db2fc9ed6
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
name: Bug Report
description: Report a bug to help us improve Gemini CLI
description: Report a bug to help us improve Qwen Code
labels: ['kind/bug', 'status/need-triage']
body:
- type: markdown
@@ -8,7 +8,7 @@ body:
> [!IMPORTANT]
> Thanks for taking the time to fill out this bug report!
>
> Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if an issue already exists for the bug you encountered.
> Please search **[existing issues](https://github.com/QwenLM/qwen-code/issues)** to see if an issue already exists for the bug you encountered.
- type: textarea
id: problem
@@ -29,12 +29,12 @@ body:
id: info
attributes:
label: Client information
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 Qwen Code. Also include which platform (macOS, Windows, Linux).
value: |
<details>
```console
$ gemini /about
$ qwen /about
# paste output here
```
@@ -46,10 +46,10 @@ body:
id: login-info
attributes:
label: Login information
description: Describe how you are logging in (e.g., Google Account, API key).
description: Describe how you are logging in (e.g., API Config).
- type: textarea
id: additional-context
attributes:
label: Anything else we need to know?
description: Add any other context about the problem here.
description: Add any other context about the problem here.