From 290d15a80ff7b44586fd249e40aedf1613381391 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Sat, 18 Oct 2025 14:56:06 -0500 Subject: [PATCH] ignore: add version to bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 29ddd3bd..0d13525a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -49,3 +49,11 @@ 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