Files
oh-my-opencode/packages/omo-codex/plugin/components/lsp/.github/ISSUE_TEMPLATE/bug.yml
T
2026-05-30 19:12:08 +09:00

27 lines
588 B
YAML

name: Bug report
description: Report a reproducible codex-lsp bug.
title: "[bug]: "
labels: ["bug"]
body:
- type: textarea
id: summary
attributes:
label: Summary
description: What happened?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Exact steps, config, command output, and affected language server.
validations:
required: true
- type: input
id: version
attributes:
label: Version
placeholder: 0.1.0
validations:
required: true