浏览代码

chore: changes to bug report issue template

Classic298 1 月之前
父节点
当前提交
85cc067599
共有 1 个文件被更改,包括 8 次插入5 次删除
  1. 8 5
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 8 - 5
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -11,7 +11,7 @@ body:
 
 
         ## Important Notes
         ## Important Notes
 
 
-        - **Before submitting a bug report**: Please check the [Issues](https://github.com/open-webui/open-webui/issues) or [Discussions](https://github.com/open-webui/open-webui/discussions) sections to see if a similar issue has already been reported. If unsure, start a discussion first, as this helps us efficiently focus on improving the project.
+        - **Before submitting a bug report**: Please check the [Issues](https://github.com/open-webui/open-webui/issues) and [Discussions](https://github.com/open-webui/open-webui/discussions) sections to see if a similar issue has already been reported. If unsure, start a discussion first, as this helps us efficiently focus on improving the project. Duplicates may be closed without notice. **Please search for existing issues and discussions.**
 
 
         - **Respectful collaboration**: Open WebUI is a volunteer-driven project with a single maintainer and contributors who also have full-time jobs. Please be constructive and respectful in your communication.
         - **Respectful collaboration**: Open WebUI is a volunteer-driven project with a single maintainer and contributors who also have full-time jobs. Please be constructive and respectful in your communication.
 
 
@@ -25,7 +25,9 @@ body:
       label: Check Existing Issues
       label: Check Existing Issues
       description: Confirm that you’ve checked for existing reports before submitting a new one.
       description: Confirm that you’ve checked for existing reports before submitting a new one.
       options:
       options:
-        - label: I have searched the existing issues and discussions.
+        - label: I have searched for any existing and/or related issues.
+          required: true
+        - label: I have searched for any existing and/or related discussions.
           required: true
           required: true
         - label: I am using the latest version of Open WebUI.
         - label: I am using the latest version of Open WebUI.
           required: true
           required: true
@@ -47,7 +49,7 @@ body:
     id: open-webui-version
     id: open-webui-version
     attributes:
     attributes:
       label: Open WebUI Version
       label: Open WebUI Version
-      description: Specify the version (e.g., v0.3.11)
+      description: Specify the version (e.g., v0.6.26)
     validations:
     validations:
       required: true
       required: true
 
 
@@ -63,7 +65,7 @@ body:
     id: operating-system
     id: operating-system
     attributes:
     attributes:
       label: Operating System
       label: Operating System
-      description: Specify the OS (e.g., Windows 10, macOS Sonoma, Ubuntu 22.04)
+      description: Specify the OS (e.g., Windows 10, macOS Sonoma, Ubuntu 22.04, Debian 12)
     validations:
     validations:
       required: true
       required: true
 
 
@@ -126,6 +128,7 @@ body:
       description: |
       description: |
         Please provide a **very detailed, step-by-step guide** to reproduce the issue. Your instructions should be so clear and precise that anyone can follow them without guesswork. Include every relevant detail—settings, configuration options, exact commands used, values entered, and any prerequisites or environment variables.  
         Please provide a **very detailed, step-by-step guide** to reproduce the issue. Your instructions should be so clear and precise that anyone can follow them without guesswork. Include every relevant detail—settings, configuration options, exact commands used, values entered, and any prerequisites or environment variables.  
         **If full reproduction steps and all relevant settings are not provided, your issue may not be addressed.**
         **If full reproduction steps and all relevant settings are not provided, your issue may not be addressed.**
+        **If your steps to reproduction are incomplete, lacking detail or not reproducible, your issue can not be addressed.**
 
 
       placeholder: |
       placeholder: |
         Example (include every detail):
         Example (include every detail):
@@ -163,5 +166,5 @@ body:
     attributes:
     attributes:
       value: |
       value: |
         ## Note
         ## Note
-        If the bug report is incomplete or does not follow instructions, it may not be addressed. Ensure that you've followed all the **README.md** and **troubleshooting.md** guidelines, and provide all necessary information for us to reproduce the issue.  
+        **If the bug report is incomplete, does not follow instructions or is lacking details it may not be addressed.** Ensure that you've followed all the **README.md** and **troubleshooting.md** guidelines, and provide all necessary information for us to reproduce the issue.  
         Thank you for contributing to Open WebUI!
         Thank you for contributing to Open WebUI!