name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear description of what the bug is
placeholder: What happened?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How can we reproduce this issue?
placeholder: |
1. Start terminal-mcp
2. Create session with command 'htop'
3. Call terminal_snapshot
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: Should capture htop UI elements
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual behavior
description: What actually happened?
placeholder: Got empty elements array
validations:
required: true
- type: input
id: version
attributes:
label: Terminal MCP version
description: Which version are you using?
placeholder: "v1.0.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
options:
- Linux
- macOS
- Windows (WSL)
- Other
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: Any relevant log output
placeholder: Paste logs here
render: shell
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional context
description: Any other information that might help
validations:
required: false