From 4db2fc9ed6a6112c0a6cd94ea40a8c6e076004de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=95=E6=A1=81?= Date: Fri, 1 Aug 2025 19:14:10 +0800 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 12bf4663..e91e3553 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: |
```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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c08de46a..af423290 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,7 @@ body: > [!IMPORTANT] > 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 id: feature