diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 29ddd3bd5..0d13525ab 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 |
