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 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 |
