diff options
| author | Aiden Cline <[email protected]> | 2026-01-03 00:20:43 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-03 00:20:43 -0600 |
| commit | 2b66b31d96ab9314af7845e02807fbaf2fbe5d0d (patch) | |
| tree | 8f3f5f318c523c2c739e1cc6563256476aa2583e /.github | |
| parent | f991fbbde8c2887ddc881d02e020f2dc71d3b509 (diff) | |
| download | opencode-2b66b31d96ab9314af7845e02807fbaf2fbe5d0d.tar.gz opencode-2b66b31d96ab9314af7845e02807fbaf2fbe5d0d.zip | |
ignore: update bug report template
Diffstat (limited to '.github')
| -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 4c2b63711..fe1ec8409 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,6 +12,14 @@ body: required: true - type: input + id: plugins + attributes: + label: Plugins + description: What plugins are you using? + validations: + required: false + + - type: input id: opencode-version attributes: label: OpenCode version |
