Browse Source

Update bug_report.yaml

Timothy Jaeryang Baek 1 month ago
parent
commit
b03fc97e28
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 3 - 3
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -85,9 +85,9 @@ body:
           required: true
           required: true
         - label: I am using the latest version of **both** Open WebUI and Ollama.
         - label: I am using the latest version of **both** Open WebUI and Ollama.
           required: true
           required: true
-        - label: I have checked the browser console logs.
+        - label: I have included the browser console logs.
           required: true
           required: true
-        - label: I have checked the Docker container logs.
+        - label: I have included the Docker container logs.
           required: true
           required: true
         - label: I have listed steps to reproduce the bug in detail.
         - label: I have listed steps to reproduce the bug in detail.
           required: true
           required: true
@@ -112,7 +112,7 @@ body:
     id: reproduction-steps
     id: reproduction-steps
     attributes:
     attributes:
       label: Steps to Reproduce
       label: Steps to Reproduce
-      description: Provide step-by-step instructions to reproduce the issue.
+      description: Providing clear, step-by-step instructions helps us reproduce and fix the issue faster. If we can't reproduce it, we can't fix it.
       placeholder: |
       placeholder: |
         1. Go to '...'
         1. Go to '...'
         2. Click on '...'
         2. Click on '...'