Browse Source

update bug report troubleshooting guidance

Alvin Unreal 2 months ago
parent
commit
f5b53dcc08
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .github/ISSUE_TEMPLATE/bug-report.yml

+ 8 - 0
.github/ISSUE_TEMPLATE/bug-report.yml

@@ -8,6 +8,14 @@ body:
     attributes:
       value: |
         Thanks for filing a bug. Keep it short, but include enough detail for us to reproduce it.
+
+        Before filing, please try clearing OpenCode's cache and restarting OpenCode:
+
+        ```sh
+        rm -rf ~/.cache/opencode
+        ```
+
+        If the bug still happens after that, continue with this report.
   - type: textarea
     id: summary
     attributes: