Aiden Cline 4 месяцев назад
Родитель
Сommit
c8898463a7
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      .github/ISSUE_TEMPLATE/bug-report.yml

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

@@ -11,6 +11,14 @@ body:
     validations:
       required: true
 
+  - type: input
+    id: opencode-version
+    attributes:
+      label: OpenCode version
+      description: What version of OpenCode are you using?
+    validations:
+      required: false
+
   - type: textarea
     id: reproduce
     attributes:
@@ -49,11 +57,3 @@ body:
       placeholder: e.g., iTerm2, Ghostty, Alacritty, Windows Terminal
     validations:
       required: false
-
-  - type: input
-    id: opencode-version
-    attributes:
-      label: OpenCode version
-      description: What version of OpenCode are you using?
-    validations:
-      required: false