| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- name: Bug report
- description: Report a reproducible bug in oh-my-opencode-slim.
- title: '[Bug]: '
- labels:
- - bug
- body:
- - type: markdown
- attributes:
- value: |
- Thanks for filing a bug. Keep it short, but include enough detail for us to reproduce it.
- - type: textarea
- id: summary
- attributes:
- label: What happened, and what did you expect?
- description: Describe the bug and the expected behavior.
- placeholder: |
- What happened: The plugin crashes when I run...
- Expected: It should...
- validations:
- required: true
- - type: textarea
- id: reproduce
- attributes:
- label: Steps to reproduce
- description: Share the smallest repro you can.
- placeholder: |
- 1. Run...
- 2. Open...
- 3. See...
- validations:
- required: false
- - type: textarea
- id: config
- attributes:
- label: oh-my-opencode.json
- description: Paste your oh-my-opencode.json config.
- render: jsonc
- validations:
- required: false
- - type: input
- id: opencode-version
- attributes:
- label: OpenCode version
- placeholder: 0.4.12
- validations:
- required: false
- - type: input
- id: plugin-version
- attributes:
- label: oh-my-opencode-slim version
- placeholder: 0.0.0
- validations:
- required: false
- - type: input
- id: os
- attributes:
- label: Operating system
- placeholder: macOS 15.4 / Ubuntu 24.04 / Windows 11
- validations:
- required: false
- - type: textarea
- id: logs
- attributes:
- label: Logs, screenshots, or extra context
- description: Add anything else that may help us reproduce or understand the bug.
- render: shell
- validations:
- required: false
|