mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
update issue template
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: Bug Report
|
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']
|
labels: ['kind/bug', 'status/need-triage']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@@ -8,7 +8,7 @@ body:
|
|||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Thanks for taking the time to fill out this bug report!
|
> 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
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
@@ -29,12 +29,12 @@ body:
|
|||||||
id: info
|
id: info
|
||||||
attributes:
|
attributes:
|
||||||
label: Client information
|
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: |
|
value: |
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ gemini /about
|
$ qwen /about
|
||||||
# paste output here
|
# paste output here
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ body:
|
|||||||
id: login-info
|
id: login-info
|
||||||
attributes:
|
attributes:
|
||||||
label: Login information
|
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
|
- type: textarea
|
||||||
id: additional-context
|
id: additional-context
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -8,7 +8,7 @@ body:
|
|||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Thanks for taking the time to suggest an enhancement!
|
> Thanks for taking the time to suggest an enhancement!
|
||||||
>
|
>
|
||||||
> Please search **[existing issues](https://github.com/google-gemini/gemini-cli/issues)** to see if a similar feature has already been requested.
|
> Please search **[existing issues](https://github.com/QwenLM/qwen-code/issues)** to see if a similar feature has already been requested.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature
|
id: feature
|
||||||
|
|||||||
Reference in New Issue
Block a user