diff --git a/.github/ISSUE_TEMPLATE/badcase.yml b/.github/ISSUE_TEMPLATE/badcase.yml
index 2af3bc25c9c7953a3145fbaed486e8b14317aae8..48ca7668983e2f62849b8c52a2a60ed476c69125 100644
--- a/.github/ISSUE_TEMPLATE/badcase.yml
+++ b/.github/ISSUE_TEMPLATE/badcase.yml
@@ -20,9 +20,9 @@ body:
     attributes:
       label: What are the models used?
       description: |
-        Please list the model used, e.g., Qwen2-7B-Instruct, Qwen2-72B-Instruct-GGUF, etc.
+        Please list the model used, e.g., Qwen2.5-7B-Instruct, Qwen2.5-72B-Instruct-GGUF, etc.
         Note that we only maintain models at <https://huggingface.co/Qwen> and <https://www.modelscope.com/organization/qwen>.
-      placeholder: "ex: Qwen2-xxx"
+      placeholder: "ex: Qwen2.5-xxx"
     validations:
       required: true
   - type: input
@@ -31,7 +31,7 @@ body:
       description: | 
         Please briefly describe the scenario, including the framework or the platform, 
         e.g., transformers, vllm, HF Demo, etc.
-      placeholder: "ex: Qwen2-7B cannot generate long texts with transformers."
+      placeholder: "ex: Qwen2.5-7B cannot generate long texts with transformers."
     validations:
       required: true
   - type: checkboxes
@@ -41,13 +41,13 @@ body:
         Please first check if you have followed the usage guide in related documentation and if the badcase is known: 
         either a workaround is avaiable or the badcase has been already reported.
       options:
-        - label: I have followed [the GitHub README](https://github.com/QwenLM/Qwen2).
+        - label: I have followed [the GitHub README](https://github.com/QwenLM/Qwen2.5).
           required: true
         - label: I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find a solution there.
           required: true
         - label: I have checked the documentation of the related framework and cannot find useful information.
           required: true
-        - label: I have searched [the issues](https://github.com/QwenLM/Qwen2/issues?q=is%3Aissue) and there is not a similar one.
+        - label: I have searched [the issues](https://github.com/QwenLM/Qwen2.5/issues?q=is%3Aissue) and there is not a similar one.
           required: true
   - type: textarea
     attributes:
@@ -84,7 +84,7 @@ body:
       value: |
         #### Steps to reproduce
 
-        This happens to Qwen2-xB-Instruct-xxx and xxx.
+        This happens to Qwen2.5-xB-Instruct-xxx and xxx.
         The badcase can be reproduced with the following steps:
         1. ...
         2. ...