From c8898463a7f67ab07ee034422dc10b0a2ba5defe Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Sat, 18 Oct 2025 23:45:01 -0500 Subject: [PATCH] ignore: adjust template --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0d13525a..4c2b6371 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.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