diff options
| author | Aiden Cline <[email protected]> | 2025-10-18 23:45:01 -0500 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-10-18 23:45:01 -0500 |
| commit | c8898463a7f67ab07ee034422dc10b0a2ba5defe (patch) | |
| tree | 5d3e298412686bc075c10c76bb296a3c764a705c /.github | |
| parent | 1c7bd6365e50e1789ec8cfa8fdd6d4593e551a6e (diff) | |
| download | opencode-c8898463a7f67ab07ee034422dc10b0a2ba5defe.tar.gz opencode-c8898463a7f67ab07ee034422dc10b0a2ba5defe.zip | |
ignore: adjust template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0d13525ab..4c2b63711 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 |
